前端之家收集整理的这篇文章主要介绍了
如何在vim中翻转窗口?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Possible Duplicate:
07000
@H_404_7@
如果我有2个水平分割窗口,如何旋转它们以获得2个垂直分割窗口?
如何切换缓冲区?
如果你有他们垂直拆分C-wJ将一个移动到
底部
如果你有他们水平分裂C-wL向右移动一个
要在拆分窗口的“列”或“行”中旋转,请选择C-wC-r
The following commands can be used to change the window layout. For example,when there are two vertically split windows,CTRL-W K will change that in horizontally split windows. CTRL-W H does it the other way around.
@H_404_7@
原文链接:https://www.f2er.com/bash/392537.html