Home

Awesome

Tabline

Vim plugin providing a simple black-and-white "tabline" that looks something like this:

··· 2|file2.ext [+]  3|file3.ext  4|·ry_long_file_name.e· [!]  5|file5.ext [~][:] ···

Each tab title is determined as follows:

The staged changes flag [~] requires the plugins vim-fugitive and vim-gitgutter.

Installation

Install with your favorite plugin manager. I highly recommend the vim-plug manager. To install with vim-plug, add

Plug 'lukelbd/vim-tabline'

to your ~/.vimrc.