gpt4 book ai didi

vim - 在 Vim 中快速从垂直分割切换到水平分割

转载 作者:行者123 更新时间:2023-12-03 03:54:05 26 4
gpt4 key购买 nike

如何在 Vim 中将当前窗口从水平分割切换为垂直分割,反之亦然?

我刚才不小心这么做了,但我再也找不到 key 了。

最佳答案

Vim mailing list说(重新格式化以获得更好的可读性):

To change two vertically split windows to horizonally split

Ctrl-w t Ctrl-w K

Horizontally to vertically:

Ctrl-w t Ctrl-w H

Explanations:

Ctrl-w t makes the first (topleft) window current

Ctrl-w K moves the current window to full-width at the very top

Ctrl-w H moves the current window to full-height at far left

请注意,t 为小写,K 和 H 为大写。

此外,只有两个窗口,似乎您可以删除 Ctrl-w t 部分,因为如果您已经在仅有的两个窗口之一,使其成为当前窗口有什么意义?

关于vim - 在 Vim 中快速从垂直分割切换到水平分割,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1269603/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com