Big Pile of Vim-Like
vim.reversed.top
Big Pile of Vim-Like
1–10 of 133 posts
Re: Big Pile of Vim-Like
#2An impressive collection. Are these all-Linux or all-Windoze? A note on supporting platforms would have been helpful.
Re: Big Pile of Vim-Like
#3Mupdf on linux is both lightweight and vim-like
Re: Big Pile of Vim-Like
#4Qt had an ide with an impressive vim mode, or at least it did 5 years ago.
Re: Big Pile of Vim-Like
#5Vim is a nice operating system. If it only had an easy way to shutdown...
Re: Big Pile of Vim-Like
#6The one of these that I've come to adore the most is the ranger file manager. I almost never use any GUI file managers (or command line tools, for that matter) for file management after starting to use ranger seriously. It's so fast and works exactly the way I want it to. I've also hooked my terminal up such that I'm cd'ed into whatever folder I last navigated to in ranger (I use the alias `rd` for this), so I virtually never type `cd` in the terminal anymore. Super slick!
Re: Big Pile of Vim-Like
#7Mupdf on linux is both lightweight and vim-like
that is listed under https://vim.reversed.top/confs
also, clicking on a listing gives details about what is vim-like for that item
Re: Big Pile of Vim-Like
#8Mupdf on linux is both lightweight and vim-like
For some reason that is under the Configurations tab
Re: Big Pile of Vim-Like
#9I don't see Oni on here.
Re: Big Pile of Vim-Like
#10The one of these that I've come to adore the most is the ranger file manager. I almost never use any GUI file managers (or command line tools, for that matter) for file management after starting to use ranger seriously. It's so fast and works exactly the way I want it to. I've also hooked my terminal up such that I'm cd'ed into whatever folder I last navigated to in ranger (I use the alias `rd` for this), so I virtua…
Protip: If you use bash or zsh, you can source the ranger executable for this behavior (so the full command would be ". ranger"). If you're on fish, there is a patch pending for review, that soon will be available on master.