Vim 中的分割窗口

发布于 2024-11-16 12:51:17 字数 108 浏览 0 评论 0原文

在 vim 中对文件进行窗口 vsplit 时,垂直窗口的默认位置是原始窗口的左侧。我需要用“Ctrl+w + Shift + L”手动将其更改为右侧

有没有办法默认在右侧打开垂直分割?

When doing a vsplit of the window on a file in vim, the default positioning of the vertical window is to the left of the original window. I need to manually change it to the right with "Ctrl+w + Shift + L"

Is there any way of opening a vertical split by default to the right?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

蓝颜夕 2024-11-23 12:51:17
:set splitright

会做你想做的事。还有一个用于水平分割的 splitbelow 选项。

检查帮助

:help splitright
:set splitright

will do what you want. Also there is a splitbelow option which is for horizontal split.

Check the help

:help splitright
若有似无的小暗淡 2024-11-23 12:51:17

如果缓冲区中已有文件,则这将

:vert belowright sb N

N 是缓冲区名称的情况下起作用

If you have the files in buffers already, this will work

:vert belowright sb N

where N is the name of the buffer

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文