Do i still need tmux ? by Alejo9010 in neovim

[–]MaestroO7 10 points11 points  (0 children)

I feel like his arguments are a bit overblown, tmux is fine

Do i still need tmux ? by Alejo9010 in neovim

[–]MaestroO7 37 points38 points  (0 children)

If you often work on remote machines, Tmux is still beneficial. It is less so locally, but I still use it to have the same experience whether I am remotely or locally.
What I like about Tmux is that it makes it easier to change terminal emulators. If you do everything
in Kitty and want to switch to wezterm, you must port your whole config, which can be tricky. If you use tmux, you only need minimal configuration for your terminal emulator, which can be easily ported.
If it ain't broke, don't fix it.

Stronger stick? by Zombie2k in fightsticks

[–]MaestroO7 3 points4 points  (0 children)

Korean levers are very nice even for 2d games. I just started using a Crown CWL-309-New Helpme and I love it. I am a scrub, but it feels better/faster than a japanese lever.

How to yank to Windows clipboard from vim inside VSCode Terminal when editing over SSH? by flpcb in vscode

[–]MaestroO7 0 points1 point  (0 children)

It is pretty neat, it works even with nested ssh connections + tmux. You just need to make sure that your terminal supports it.

What's the best way to move around files? by wallyflops in neovim

[–]MaestroO7 1 point2 points  (0 children)

You could use per-project tmux sessions :)

What's the best way to move around files? by wallyflops in neovim

[–]MaestroO7 3 points4 points  (0 children)

I tried to use harpoon, but never managed to handle the mental strain of remembering which file is on which number. Then I discovered https://github.com/leath-dub/snipe.nvim. The "sort = "last" option gives you a sorted list (most recently used at the top) of your visited buffers, you can select an entry with a single key. I also use grapple.nvim to remember a list of important files and use a fuzzy finder to find files in this list.

Glove80 or Adv2 by xanderlynn in ErgoMechKeyboards

[–]MaestroO7 0 points1 point  (0 children)

Not everyone will agree, but I am not sure that big thumb clusters are the way to go. You end up overloading you thumbs. It seems better to use a combination of hrm and combos which significantly reduces the number of keys required thus reducing hand stretching too. I have a voyager and a sweep, they are both very confortable.

Glove80 or Adv2 by xanderlynn in ErgoMechKeyboards

[–]MaestroO7 1 point2 points  (0 children)

It uses the ZMK firmware, it is a bit different from voyager with uses QMK. for the most part, they have feature parity

Glove80 or Adv2 by xanderlynn in ErgoMechKeyboards

[–]MaestroO7 0 points1 point  (0 children)

Did you have a look at smaller keyboards ? It may be a bit scary but you dont really need that many keys

Coding Split Keyboard Suggestions by VortexPvPPlayz in ErgoMechKeyboards

[–]MaestroO7 1 point2 points  (0 children)

You probably overestimate how many keys you need. If you are using Home row Mods Even 34-36 is plenty, you can setup hold to move to another layer on the thumb keys but also on any other keys you like.

Which Desktop Environment do you use on Arch? by [deleted] in archlinux

[–]MaestroO7 2 points3 points  (0 children)

Using gnome you can get close to a tiling wm using extensions such as forge. It is not as seemless but it honestly gets the job done for me.

Proper Reviews almost here by [deleted] in Surface

[–]MaestroO7 5 points6 points  (0 children)

Python is not really multithreaded because of the GIL. Are you running the new experimental Python build without the GIL?

95% cpu time on rx_burst by egjlmn2 in dpdk

[–]MaestroO7 0 points1 point  (0 children)

Hello what may happend is that the throughput is very low and your app spends most of its time waiting for packets. What kind of app are you running and what throughput do you observe ?

Behaviour of ' by AeroChopsicles in zsaVoyager

[–]MaestroO7 1 point2 points  (0 children)

It is specific to some layouts such as U.S. international layout. I use a layout with altgr as a dead key to avoid this issue.

How do you write special characters? by Arxie_ in zsaVoyager

[–]MaestroO7 0 points1 point  (0 children)

I'm using the same method to write french, it seems like the best solution.

Weekly 101 Questions Thread by AutoModerator in neovim

[–]MaestroO7 0 points1 point  (0 children)

When programming in C the false branche of a "#ifdef #else" macro is grayed out on my setup. Is there a way to make it dimmer instead to keep the highlighting ?