在 vim 中跳转到相对编号打开的行

发布于 2024-12-07 16:56:23 字数 175 浏览 0 评论 0原文

在正常情况下,可以查看行号并使用 [number]G 转到该行。但我喜欢在设置relativenumber 的情况下工作。缺点是我无法再通过查看显示的行号来跳转到行。

是否可以重新定义 [number]G 的行为来解决此问题?另外,是否可以在relativenumber打开的情况下将当前行号设置为1而不是0?又如何呢?

In a normal situation it's possible to look at the line number and use [number]G to goto that line. But I like to work with the setting relativenumber on. The disadvantage is that I can't jump to lines anymore by looking at the displayed line number.

Is it possible to redefine the behavior of [number]G to fix this? Also, would it be possible to make the current line number 1 instead of 0 with relativenumber on? And how?

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

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

发布评论

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

评论(1

℉服软 2024-12-14 16:56:23

您只需 [number]j[number]k 即可执行此操作。

You can simply [number]j or [number]k to do this.

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