Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 970 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 970 Bytes

vim-tabline

Changes the way that tabs are labeled in Vim.

The default configuration displays up to 2 segments of the file path, starting at the end.

For example, given the following file tree:

├── index.js
├── src
    ├── components
        ├── bar-baz
        │   └── component.js
        └── foo-bar
            ├── component.js
            └── template.hbs

Your tabs will be labeled as shown in this image:

screenshot

Installation

You can use pathogen.vim, or any other way that you like to install vim plugins.

$ git clone https://github.com/HeroicEric/vim-tabline.git ~/.vim/bundle/vim-tabline

Then reload vim.

Todo

  • Option for toggling tab numbers
  • Different preset styles
  • Option to configure modified character