As I open new tab in vi / vim (7.2), if opened files are in different ways , The tab title displays the full path and the screen hogs fixed assets so that other tabs do not appear. This means that I can not use my mouse to click on the tab that I want but it needs to be supported: & amp; Keyboard command
to go between tabs, can I limit the tab title to the maximum 'size / length', so I just removed the last 12 characters of a file relative path Get to see in?
You can do this very well for gvim with 'gitibaby' setting.
Here is an excerpt from my .gvimrc, which modifies only the default of 12 characters of file name, but keeps '+' for modified buffers. Tooltip is left unattended, so you can get that full path or by pressing Ctrl-G in command mode.
Set the version> = 700 "SetBubble when set more than one tab setbill, set to show the maximum number of 12 characters to set the label label = 1" = Gtibabel =% - 0.12t % M Endif "Do not show the toolbar in GUI (menu only) Set guioptions- = T" Do not show tear off menu set guioptions- = t
Comments
Post a Comment