如何在VIM的easymotion插件中向上跳转?

发布于 2024-12-08 15:53:47 字数 39 浏览 0 评论 0原文

在vim中使用easymotion插件时如何跳转到光标上方的行?

How to jump to the lines above the cursor while using the easymotion plugin in vim?

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

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

发布评论

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

评论(2

梦言归人 2024-12-15 15:53:47

要向后搜索单词,请使用b
尝试B搜索WORDS

To search words backwards use <Leader><Leader>b
Try <Leader><Leader>B to search WORDS

み青杉依旧 2024-12-15 15:53:47

f 将向前搜索,而 F 将向后搜索(向上!)。与 tT 相同。

这类似于标准 Vim 动作 f / F

这全部在 :help easymotion.txt 中进行了解释

<leader><leader>f will search forward while <leader><leader>F will search backward (and such upward!). Same with t and T.

This is analogous to standard Vim motion f / F

This is all explained in :help easymotion.txt

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