Peng Yu wrote:
Suppose I have horizontal splited window1 and window2, is there any
way to change them into vertical split and vice versa?
See
http://vim.sourceforge.net/tips/tip.php?tip_id=862 How to toggle
between all vertical and all horizontal window layout
Regards,
Chip Campbell
* Peng Yu [2007.03.13 12:15]:
Suppose I have horizontal splited window1 and
window2, is there any way to change them into
vertical split and vice versa?
CTRL-W H
CTRL-W J
Note the capital H and J.
--
JR
Peng Yu wrote:
Hi,
Suppose I have horizontal splited window1 and window2, is there any
way to change them into vertical split and vice versa?
Thanks,
Peng
To change *two* vertically split windows to horizonally split
^Wt^WK
Horizontally to vertically:
^Wt^WH
where ^W