smart-tabline.vim : maintains buffers for the tab it belongs to
script karma |
Rating 20/5,
Downloaded by 1218 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
tenfy zhong |
|
script type |
utility |
|
description |
This plugin is fork from vim-ctrlspace/vim-ctrlspace. It remove all features but not tabline. You can't use it with vim-ctrlspace together.
This plugin maintains buffers for the tab it belongs to.
For example, you have two tabs. The first tab has 2 buffers, a.txt and b.txt. The second tab has 2 buffers, 1.txt and 2.txt. The tabline only show a.txt and b.txt when you are in the first tab. If you go to the second tab use gt, The tabline will show 1.txt and 2.txt.
|
|
install details |
vim-plug
Plug 'tenfyzhong/smart-tabline.vim'
Manual
git clone https://github.com/tenfyzhong/smart-tabline.vim.git ~/.vim/bundle/smart-tabline.vim
echo 'set rtp+=~/.vim/bundle/smart-tabline.vim' >> ~/.vimrc
vim -c 'helptag ~/.vim/bundle/smart-tabline.vim/doc' -c qa!
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 35.170.81.33
|