Light lua reimplementation of vim-vinegar by tpope.
- Press
-
in any buffer to hop up to the directory listing and seek to the file you just came from. Keep bouncing to go up, up, up. Having rapid directory access available changes everything. - All that annoying crap at the top is turned off, leaving you with nothing but
a list of files. This is surprisingly disorienting, but ultimately very
liberating. Press
I
to toggle until you adapt. - Press
.
on a file to pre-populate it at the end of a:
command line. This is great, for example, to quickly initiate a:grep
of the file or directory under the cursor. Type.!chmod +x
and get:!chmod +x path/to/file
. - Press
~
to go home.
Using Packer as plugin manager.
use 'lambda-larry/vim-vinegar.nvim'