On Wed, Feb 11, 2009 at 12:51 PM, molecula21 <[email protected]> wrote: > > I work in a lot of different directories and i'm used to have a lot of > tabs on my vim/gvim (latest version Linux). it happens that the full > path of the current buffer being edited apears as the title of the > tab. If the path is too long it turns out very dificult to navigate > through tabs... > > Is there any way to tell vim to just display the name of the file and > not the full path?
I used to have :set guitablabel=%t in my .vimrc, which puts the file name in the label (works in gvim only). Regards, Oleksandr > > Thanks > > > --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_use" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
