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.
假设我有一组相关文件(比如 .C 实现文件和 .h 头文件)。我想在新的搜索窗口中打开这两个窗口,但它们应该被拆分(水平/垂直),以便我可以一起查看它们。在 CtrlP 中执行此操作的最简单方法是什么?
您可以使用c-z选择文件,然后c-o打开它们。
c-z
c-o
来自自述文件:https ://github.com/kien/ctrlp.vim#basic-usage