Re: split vertically at a tag

2006-10-18 Thread Charles E Campbell Jr
Kamaraju Kusumanchi wrote: If I do ctrl-W ctrl-] in normal mode, vim splits the current window horizontally. Is there any way to achieve the same functionality but with window being split vertically instead of horizontally? Here's another solution: nmap:exe 'vert sta '.expand(""

Re: split vertically at a tag

2006-10-17 Thread A.J.Mechelynck
David Thompson wrote: --- "A.J.Mechelynck" <[EMAIL PROTECTED]> wrote: If any ex-command splits a window horizontally, you can make it split vertically by prefixing it with ":vert[ical]" or open a new tab by prefixing it with ":tab". Since the ":winc[md]" ex-command is equivalent to the Ctrl-W

Re: split vertically at a tag

2006-10-17 Thread David Thompson
--- "A.J.Mechelynck" <[EMAIL PROTECTED]> wrote: > If any ex-command splits a window horizontally, you can make it split > vertically by prefixing it with ":vert[ical]" or open a new tab by prefixing > it with ":tab". Since the ":winc[md]" ex-command is equivalent to the Ctrl-W > prefix, and sinc

Re: split vertically at a tag

2006-10-17 Thread A.J.Mechelynck
Kamaraju Kusumanchi wrote: If I do ctrl-W ctrl-] in normal mode, vim splits the current window horizontally. Is there any way to achieve the same functionality but with window being split vertically instead of horizontally? thanks raju If any ex-command splits a window horizontally,

split vertically at a tag

2006-10-17 Thread Kamaraju Kusumanchi
If I do ctrl-W ctrl-] in normal mode, vim splits the current window horizontally. Is there any way to achieve the same functionality but with window being split vertically instead of horizontally? thanks raju