In addition to using text editors like vim or emacs and using a tiling window manager, what other programs do you use to reduce usage of the mouse? I recently discovered warpd which is similar to vimium’s hint mode but works globally.
to reduce usage of the mouse?
a keyboard?
classy 🙂
I use this haha.
Also since I’m forced to use windows on my work computer, one of the few uselful commands I use in cmd prompt is
shutdown /s /t 0
Don’t reduce it too much. Occasionally reaching for the mouse may save you from RSI.
If that is the only thing saving you from RSI you’re going to get it anyway.
I’ve had the pleasure, and your body posture and mental state of mind are much more important. Getting up every now and then is also important, changing seat position helps, and doing some sport also helps.
Both of my arms did hurt so much I could not cut my own meat. Mouse or no mouse:(.
Am much better now though.
I’m half-kidding about this though. I get that the stuff you mentioned are a lot more important. These are the reasons I started exercising and using break timers.
But the thing with learning keyboard driven workflow is that you tend to develop a habit of spam pressing keys if you can’t immediately think of a way to something with less keyword. Especially in vim. Because if I’m not always pressing something, I don’t feel like an expert enough, damn it! So I resorted to spamming hjkl, lol.
When my RSI problems start to develop. I had to really focus and change that habit to slow down and think of a way to press less keys. But still I stopped using vim key equivalents on browsers though, mouse scrolling relaxes my fingers a bit more than key pressing.
Cannot find a software with more appropriate name than this! Mouseless, it works flawlessly on both xorg and wayland.
Even if you dont need to replace your mouse (like me), it works great as a key mapper, much more fluid than AutoHotKey on Windows.
qutebrowser, vifm, and keyboard plugins for all apps that have them
Go full emacs and use eww to browse the web within emacs. Bonus points that it lives in an emacs buffer so you can switch/split between buffers easily
Ratpoison. :^)
To add to what others have recommended:
- mpv works very well from the cli and can do both video and music
- zathura is great for pdfs
- aria2 for torrents
- epy for reading ebooks
some more tips:
· use bash key bindings and bind them to smt. like:
vim $(find ~/my-project | fzf)
· dmenu with a wrapper that sources an alias-file
lynx (when possible), fff, cmus, mutt, latex, core-utils, mupdf (vi like keybindings), sxiv, mpv (no-gui)
i only use gui programs if no cli option exists: js-browser, gimp
deleted by creator