I'm trying my hand at minimising mouse usage as much as possible.
I do all my coding in a terminal (I won't say which I use between vim and emacs but suffice to say my editor of choice frees me from relying on a mouse).
I also use terminal programs for playing music, movies, and chat (cmus, mpv, and irssi respectively).
I'm wondering how far I can push this "no mouse" approach - for example browsing the web, file system navigation, and other common tasks.
What program(s) would you recommend for the above?
I'm hoping to use terminal programs for everything (not sure if that's the correct terminology, but basically I'm looking for terminal-interfaces that will play nicely with my theme's colour and transparency settings).
Thanks in advance for the tips! ^_^
EDIT: I use a ThinkPad style keyboard (shoutout to my fellow SK-8855 gang), so I've already solved for having to lift my hand to use the mouse. I'm now trying to see how far I can push the "no mouse" philosophy ^_^
Use a tiling window manager, get super used to tmux and nvim, learn to use vimium and the firefox variant. And instead of a mouse, use a Logitech MX Ergo trackball.
When it comes to programming, I use quite a few xterms at the one time. That means there is very little mouse use, and that's mainly to switch which particular xterm is open. For most of the time, I'm using just the keyboard. A text-editor for coding, gcc (more or less) for compiling, then leaving that xterm open with all the compile-errors plainly visible, while I use an xterm or two for the next set of coding with a text-editor.
Need to reference a header-file while you're coding? Display it in yet another xterm.
I sometimes have half a dozen open xterms for one task. Works for Me (TM).
And setting up global hotkeys on Linux has been a mess. I use QuickSilver for that on macOS.