Skip to content

super simple vim plugin to show the list of buffers in the command bar

License

Notifications You must be signed in to change notification settings

Donaldttt/vim-bufferline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vim-bufferline

Super simple vim plugin to show the list of buffers in the command bar.

screenshots

in the statusline

img

or the command bar

img

configuration

:help bufferline

installation

  • pathogen
  • git clone https://github.com/bling/vim-bufferline ~/.vim/bundle/vim-bufferline
  • neobundle
  • NeoBundle 'bling/vim-bufferline'
  • vundle
  • Plugin 'bling/vim-bufferline'
  • vam
  • call vam#ActivateAddons([ 'vim-bufferline' ])
  • vim-plug
  • Plug 'bling/vim-bufferline'

credits

This was inspired by the buftabs script.

license

MIT License. Copyright (c) 2013 Bailey Ling.

About

super simple vim plugin to show the list of buffers in the command bar

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%