bling / vim-bufferline

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Vim Script 100.0%