--- "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 since Ctrl-W Ctrl-] is equivalent to Ctrl-W ] you can do
> 
>       :vert winc ]
> 
> If you want Ctrl-W Ctrl-] to _always_ split vertically, you can use
> 
>       :map    <C-W><C-]>    :vertical wincmd ]<CR>
> 
> This will leave Ctrl-W ] available to split horizontally as an exception.

Hmm, I found on vim6 this still splits horizontally,
but it works correctly on vim7.

Regards,

David


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to