dotfiles/.vim/pack/plugins/start/vim-bufferline/README.md
2024-09-27 11:27:50 +02:00

39 lines
960 B
Markdown

# vim-bufferline
Super simple vim plugin to show the list of buffers in the command bar.
# screenshots
#### in the statusline
![img](img/bufferline-status.png)
#### or the command bar
![img](img/bufferline-command.png)
# configuration
`:help bufferline`
# installation
* [pathogen](https://github.com/tpope/vim-pathogen)
* `git clone https://github.com/bling/vim-bufferline ~/.vim/bundle/vim-bufferline`
* [neobundle](https://github.com/Shougo/neobundle.vim)
* `NeoBundle 'bling/vim-bufferline'`
* [vundle](https://github.com/gmarik/vundle)
* `Plugin 'bling/vim-bufferline'`
* [vam](https://github.com/MarcWeber/vim-addon-manager)
* `call vam#ActivateAddons([ 'vim-bufferline' ])`
* [vim-plug](https://github.com/junegunn/vim-plug)
* `Plug 'bling/vim-bufferline'`
# credits
This was inspired by the [buftabs](http://www.vim.org/scripts/script.php?script_id=1664) script.
# license
MIT License. Copyright (c) 2013 Bailey Ling.