zefei / vim-wintabs

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

Buffer number #64

Closed barunslick closed 3 years ago

barunslick commented 3 years ago

Is there a way to display buffer number along with file name in wintab above. This would be very helpful when switching buffers.

barunslick commented 3 years ago

For anyone looking, you can do this by adding the following line in .vimrc

let g:wintabs_ui_buffer_name_format = ' %n: %t '