我的 VIM gvimrc 文件中的某些内容阻止光标换行?

发布于 2024-11-27 19:26:02 字数 184 浏览 0 评论 0原文

我目前正在调整我的 Vim _gvimrc 文件以添加一些功能等,我最近注意到,当我在行首使用光标键向左移动时,它没有较长的移动到上一个的末尾,它就保持原样。

我过去只需按住左或右光标键就可以从一行移动到另一行,但由于某种原因,该功能已经丢失。对于标准 Vim hjk l 键也是如此。

I have been currently tweaking my Vim _gvimrc file to add a few features etc. and I've recently noticed, that when I use the cursor key to move left while at the beginning of a line, it no longer moves to the end of the previous one, it just stays put.

I used to be able to move from line to line just by holding the left or right cursor keys but for some reason that functionality has been lost. This is also true for the standard Vim h j k l keys.

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

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

发布评论

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

评论(1

半衾梦 2024-12-04 19:26:02
:set whichwrap=b,s,h,l

whichwrap 可以缩写为 ww

:set whichwrap=b,s,h,l

whichwrap can be abbreviated to ww.

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