Skip Navigation

Applications to reduce mouse usage

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.

34

You're viewing a single thread.

34 comments
  • 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

34 comments