2009/2/24:
> On Feb 23, 5:39 pm, Nico Weber <[email protected]> wrote:
>> Hi Jason,
>>
>> On Feb 23, 9:52 am, Jason Eggleston <[email protected]> wrote:
>>
>> > When using netrw and multiple tabs, the title is very terse, like
>> > this:
>>
>> > s//d//u/l/w/t/t...
>>
>> > When editing a file such as this:
>>
>> > mvim sftp://dev1//usr/local/www/test/tmp/test.txt
>>
>> > How can I fix this?
>>
>> try adding `set guitablabel=%t` to your ~/_gvimrc or _vimrc (or enter
>> `:set guitablabel=%t` while in MacVim). See `:h 'guitablabel'` for
>> more information.
>>
>> This should be in the FAQ. Perhaps we should even change the default
>> setting? The issue comes up a lot (rightfully, because hat's how OS X
>> apps behave normally), and the path is still available through cmd-
>> click on the title bar.
>
> Thanks for this, it works perfectly.  Also found this
> http://webexpose.org/2008/10/13/open-macvim-tabs-from-command-line/
> which helped a lot as well.
>
> For what it's worth I think it is a large enough usability problem
> that the default behavior should change.

The following combination works well for me:

" Tab label is filename, tooltip is full path and file name
set guitablabel=%t
set guitabtooltip=%F

I have no objections to adding these lines to MacVim's gvimrc.  Does
anybody object to this change?  Any other suggestions?

Björn

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_mac" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to