有没有办法在 NERDTree 的树中向下翻页?
我真的必须在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
标准运动控制适用。因此,您可以使用 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].
这是一个普通的分割窗口,因此您可以使用标准的 vim 快捷键:
It is a normal split window so you can use standard vim shortcuts: