Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我真的必须在 NERDTree 中一直向下和向上按下并且一次只能走 1 行吗?有没有办法向下翻页或搜索文件?我的树结构非常大,这样遍历有点痛苦。
标准运动控制适用。因此,您可以使用CTRL+f一次向下移动一页(反向CTRL+b一次向上移动一页)。
要搜索目录或文件,您可以使用标准/+ [搜索模式]。
这是一个正常的拆分窗口,因此您可以使用标准的 vim 快捷方式:
Ctrl-D "move half-page down Ctrl-U "move half-page up Ctrl-B "page up Ctrl-F "page down