工程管理
SpaceVim 中的工程通过 vim-projectionisst 和 vim-rooter 进行管理. 当发现一个 .git
目录 或在文件树中发现 .projections.json
文件后 vim-rooter 会自动找到项目的根目录.
工程管理的命令以 p
开头:
Key Binding | Description |
---|---|
SPC p ' |
open a shell in project’s root (with the shell layer) |
Searching files in project
Key Binding | Description |
---|---|
SPC p f |
find files in current project |
SPC p / |
fuzzy search for text in current project |
SPC p k |
kill all buffers of current project |
SPC p t |
find project root |
SPC p p |
list all projects |