zefei / vim-wintabs

Modern buffer manager for Vim
MIT License
325 stars 25 forks source link

show the index (starting from 1) of the buffer #48

Closed K1DV5 closed 5 years ago

K1DV5 commented 5 years ago

show the index of the buffer (starting with 1) in the wintabs buflist instead of the buffer number in vim. This can be used to easily identify the tab number and jump to it using a mapping, for example "\<leader>{index}"

zefei commented 5 years ago

Thank you for the PR; however, this PR currently does not work for users who use more than one windows.

zefei commented 5 years ago

Closing this PR since I already implemented this change. Because it's a compatibility-breaking change, it requires another commit on vim-wintabs-powerline.

K1DV5 commented 5 years ago

Thanks, that's awesome