this post was submitted on 21 Aug 2023
5 points (100.0% liked)
VIM - Vi IMproved
1084 readers
1 users here now
For Vim enthusiasts and anyone interested in Vim/Neovim!
"VIM is the greatest editor since the stone chisel." - Dr. Jose Unpingco
#HJKL
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
normally the tab label is derived from the buffer name inside it.
for text tabline, you can customize it by defining a custom function
see :
:help setting-tabline
for gui, I guess it depends if you are using gvim/nvim-qt or sthg else.