Skip to content

davidanderle/vim-tabbar

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-tabbar

A tabline replacement for vim.

Features

Screenshot

By default, each tab's name is a list of the buffers in the tab's window. Tabs can be renamed with the tabbar#rename_current_tab() function (when called with no arguments, it opens an input dialog).

nnoremap <C-w>, :call tabbar#rename_current_tab()<cr>

Installation

Install with a plugin manager or copy directly into vim's runtime path.

Add this line to your vimrc:

set tabline=%!tabbar#tabline()

About

An alternative tabline for vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%