How can you switch your current windows from horizontal split to vertical split and vice versa in Vim?
I did that a moment ago by accident but I cannot find the key again.
|
|
Vim mailing list says (re-formatted for better readability):
Note that the t is lowercase, and the K and H are uppercase. Also, with only two windows, it seems like you can drop the |
|||||||||||||
|
|
The lower case equivalents move focus instead of moving the window. |
||||
|
|
|
In VIM, take a look at the following to see different alternatives for what you might have done: :help opening-window For instance:
|
|||
|
|
|
A shortcut for opening a vertically split window (from within Vim) is
Or even
See a similar solution posted here. |
|||
|
|