Skip to content

caipre/tabline.vim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tabline.vim

Configure tab labels within Terminal Vim with a very succinct output. Meant to fit in more with the powerline plugin

Tabline Screenshot

Tabline Screenshot with powerline

Tabline Screenshot with some config

  • Tab number
  • Filename (basename only)
  • [+] if the current buffer has been modified

Tabs in this case, refer to Vim Tabs and not the Terminal.app tabs.

Based on settings found from offensive thinking.

Installation

If you don't have a preferred installation method, I recommend installing vundle

Configuration

Currently there are no configuration variables to define, you either rock it or you don't. This may change at some point in the future.

Make sure to set the following settings within your color theme:

hi TabLine      ctermfg=Black  ctermbg=Green     cterm=NONE
hi TabLineFill  ctermfg=Black  ctermbg=Green     cterm=NONE
hi TabLineSel   ctermfg=White  ctermbg=DarkBlue  cterm=NONE

Note: If you enable g:tabline_powerline = 1 use a powerline enabled font

About

Configure tabs within Terminal Vim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%