sponsor Vim development Vim logo Vim Book Ad

smart-tabline.vim : maintains buffers for the tab it belongs to

 script karma  Rating 20/5, Downloaded by 1166  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!
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
smart-tabline.vim-0.0.2.tar.gz 0.0.2 2017-07-25 7.0 tenfy zhong Add options.
smart-tabline.vim-0.0.1.tar.gz 0.0.1 2017-07-24 7.0 tenfy zhong Initial upload
ip used for rating: 18.223.43.142

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github