Skip to content

lambda-larry/vim-vinegar.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vinegar.nvim

Light lua reimplementation of vim-vinegar by tpope.

Implemented features

  • 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.

Installation

Using Packer as plugin manager.

use 'lambda-larry/vim-vinegar.nvim'

About

Light lua reimplementation of vim-vinegar by tpope

Topics

Resources

License

Stars

Watchers

Forks

Languages