How to automatically open a window when using tags?

2010-04-04 Thread Peng Yu
I use ctrl+] to trace the tags. But it uses the same window. I want show both the original window and the new window. Could you let me know what command to use to preserve the old window? -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you

Re: How to automatically open a window when using tags?

2010-04-04 Thread Tony Mechelynck
On 04/04/10 23:29, Peng Yu wrote: I use ctrl+] to trace the tags. But it uses the same window. I want show both the original window and the new window. Could you let me know what command to use to preserve the old window? Help windows all reuse the same window by design; but I suppose you

Re: How to automatically open a window when using tags?

2010-04-04 Thread Nazri Ramliy
On Mon, Apr 5, 2010 at 5:50 AM, Tony Mechelynck antoine.mechely...@gmail.com wrote: Help windows all reuse the same window by design; but I suppose you could do something like        :noremap        C-]   C-WsC-] That's a lot more keys than you'd actually need: C-W] Would achieve