Initial checkin
This commit is contained in:
38
home-rc/dot-files/.vim/bundle/vim-bufferline/README.md
Normal file
38
home-rc/dot-files/.vim/bundle/vim-bufferline/README.md
Normal file
@@ -0,0 +1,38 @@
|
||||
# vim-bufferline
|
||||
|
||||
Super simple vim plugin to show the list of buffers in the command bar.
|
||||
|
||||
# screenshots
|
||||
|
||||
#### in the statusline
|
||||
|
||||

|
||||
|
||||
#### or the command bar
|
||||
|
||||

|
||||
|
||||
# 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.
|
||||
Reference in New Issue
Block a user