vim-vinegar
vim-vinegar copied to clipboard
vinegar.vim: Combine with netrw to create a delicious salad dressing
Using Vim 9.0.2103 under Linux with `netrwPlugin.vim` from `Feb 09, 2021`. Typing ``` vim --clean -u ~/.viminrc ``` with `~/.viminrc` reading ```vim set nocompatible let &rtp = '~/.vim/plugged/vim-vinegar/' . ','...
vinegar has been a minor revolution in my vim usage (so: thanks!), not least because it often alerts me to random garbage in my filesystem, and I am somewhat obsessive...
After only a few days using vinegar, I'm now quite addicted to hitting `-` to navigate around. It's a lot faster than what I used to do, so thank you!...
Using :Ex directly opens netrw with an unlisted buffer. This allows me to use :bp/:bn to hop around between buffers without issue (and wraps when I get to the end)....
With the cursor on README.markdown, the result of: - `!` is `! /Users/mihai/.vim/plugged/vim-vinegar/doc/\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \...
i just start using Vim in Ubuntu terminal. while i press "-" and from list select the file it always end up opening in new split. how can i make...
I've had this bug various times while using vinegar, but I'm not sure how to reproduce it. I find that after a while of usage there's a vinegar window in...
I found a strange behavior in using vim-vinegar. After a while the buffers opened by "-" don’t get closed any more and stick around (so there might be a dozen...
Once a remote buffer is opened in vim via, for example, `vim scp://user@host/path/to/file.txt`, pressing `-` to explore the enclosing directory no longer works. This is due to the trailing `/`...
Using `-` as a prefix for other mappings leads to often bring up vinegar when it shouldn't. Basically it's impossible to have `-` unmapped with the current setup.