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 <silent> <F9>  :exe 'vert sta '.expand("<cword>")<cr>

Regards,
Chip Campbell

Reply via email to