Re: Opening files matching tags in another window

2007-05-24 Thread cupaxe
:help CTRL-W_] :help CTRL-W_g_CTRL-] Exactly what I was looking for! Thanks, Krishna Vissale: I am using vim in the console mode. I don't use the mouse much while interacting with vim! But thanks for the suggestion! For a list of similar functions, see :help window-tag HTH, Gary

Re: Opening files matching tags in another window

2007-05-23 Thread Gary Johnson
On 2007-05-23, cupaxe <[EMAIL PROTECTED]> wrote: > Hello, > > This is a newbie question. I want to have a functionality similar to > "g CTRL-]" which implements the command ":stj [ident]". Is there > something like that? I wasn't able to find it in ":help tags". Do you mean like either of the

Re: Opening files matching tags in another window

2007-05-23 Thread Vissale NEANG
Hello, You can try this mapping with the left mouse button (I don't try with C-] because I can't type CTRL-] on my french keyboard :p ) : map :exe ":stj " . expand("") Best regards, Vissale 2007/5/24, cupaxe <[EMAIL PROTECTED]>: Hello, This is a newbie question. I want to have a functiona

Opening files matching tags in another window

2007-05-23 Thread cupaxe
Hello, This is a newbie question. I want to have a functionality similar to "g CTRL-]" which implements the command ":stj [ident]". Is there something like that? I wasn't able to find it in ":help tags". Thanks, Krishna