Managing projects

Projects in SpaceVim are managed by vim-projectionist and vim-rooter, vim-rooter will find the root of the project when a .git directory or a .projections.json file is encountered in the file tree.

project manager commands start with 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