Skip to content

A dumb single-line buffer list displayed only whenever you switch buffers

Notifications You must be signed in to change notification settings

Scit/vim-buffing-wheel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VIM Buffing Wheel

H and L change buffers, like :bprevious and :bnext.

X deletes the current buffer, like :bdelete

After each of the above, the list of buffers is displayed at the bottom of the screen. The current buffer is surrounded with []. Modified buffers are appended a +.

Screenshot

Note that no splits are created and the action is performed before showing the list of buffers. I find this more usable than the approach taken by the popular BufExplorer and MiniBufExplorer plugins.

About

A dumb single-line buffer list displayed only whenever you switch buffers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%