vim-tabber icon indicating copy to clipboard operation
vim-tabber copied to clipboard

A Vim plugin for labeling tabs, styled after Powerline, with additional tab management utilities.

Results 5 vim-tabber issues
Sort by recently updated
recently updated
newest added

When I use `TabberShiftRight` tab isn't shifted right but rather next tab is opened. But `TabberShiftLeft` is working as expected for me. It's reproducible for me on both `NVIM v0.2.2`...

using VIM: 7.4.1862 Pathogen: 7ba2e1b67a8f8bcbafedaf6763580390dfd93436 vimrc ``` execute pathogen#infect() syntax on filetype plugin indent on if filereadable('.vimrc-project') source .vimrc-project endif set tabline=%!tabber#TabLine() let g:tabber_wrap_when_shifting = 1 nnoremap :999TabberNew nnoremap :TabberSelectLastActive...

having a large code base I need to switch from 10+ files at a time. is usefult to have `:tabnext #` or `:TabberShiftLeft/Right`. However, the viewport of tabber does not...

It would be nice if the tab labels set with `:TabberLabel` were stored in `Session.vim` for those of us that use `:mksession`.