有没有办法在 NERDTree 的树中向下翻页?

发布于 2025-01-02 18:03:12 字数 80 浏览 0 评论 0原文

我真的必须在 NERDTree 中不断按下和向上按下并且一次只能移动 1 行吗?有没有办法向下翻页或搜索文件?我的树结构非常大,这样遍历有点痛苦。

Do I really have to keep pressing down and up and only going 1 line at a time in NERDTree? Is there a way to page down or search for files? My tree structure is pretty big and it's a bit of a pain to traverse that way.

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

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

发布评论

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

评论(2

百善笑为先 2025-01-09 18:03:12

标准运动控制适用。因此,您可以使用 CTRL + f 一次向下移动一页(以及相反的 CTRL + b一次向上移动一页)。

要搜索目录或文件,您可以使用标准 / + [搜索模式]。

The standard movement controls apply. So you could use CTRL + f to move down a page at a time (and the reverse CTRL + b to move a page up at a time).

To search for a directory or file you can use the standard / + [search-pattern].

月亮是我掰弯的 2025-01-09 18:03:12

这是一个普通的分割窗口,因此您可以使用标准的 vim 快捷键:

Ctrl-D  "move half-page down
Ctrl-U  "move half-page up
Ctrl-B  "page up
Ctrl-F  "page down

It is a normal split window so you can use standard vim shortcuts:

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