I often have several files open in vim, each in a different tab. I have to remember which tab has which file open. Is there a way to show this in the tab titles?
|
feedback
|
|
From vim.wikia.com: Add this to your .vimrc:
| |||||||
feedback
|

vimsupports tabs (both in the GUI and on the command line), so you do not need to use tabs fromgnome-terminal. See:help tabpage. – honk Jul 3 '10 at 23:26gnome-terminaltabs, so that I can usealt + [tab number]to switch between them. Or is there a way to do this invim, too? – Matthew Jul 4 '10 at 1:00gnome-terminalstealsCTRL-PgUp/PgDownwhen multiple terminal tabs are open (it works whenvimis the only one).2gtworks, but neither option is as convenient forant + [tab number]anyway. Thanks for the tip, though, I'll remember it if I'm ever stuck using a terminal without tabs. – Matthew Jul 4 '10 at 18:31