Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1008 Bytes

File metadata and controls

30 lines (22 loc) · 1008 Bytes

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'