mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 05:30:05 +08:00
add doc of searching files to managing project
This commit is contained in:
parent
aa633bd703
commit
42163c8d7f
@ -93,6 +93,7 @@ description: "General documentation about how to using SpaceVim, including the q
|
||||
- [Multi-Encodings](#multi-encodings)
|
||||
- [Errors handling](#errors-handling)
|
||||
- [Managing projects](#managing-projects)
|
||||
- [Searching files in project](#searching-files-in-project)
|
||||
- [EditorConfig](#editorconfig)
|
||||
- [Vim Server](#vim-server)
|
||||
- [Connecting to the Vim server](#connecting-to-the-vim-server)
|
||||
@ -1412,6 +1413,15 @@ project manager commands start with `p`:
|
||||
| ----------- | ----------------------------------------------------- |
|
||||
| `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 project buffers |
|
||||
| `SPC p t` | find project root |
|
||||
|
||||
## EditorConfig
|
||||
|
||||
SpaceVim has support for [EditorConfig](http://editorconfig.org/), a configuration file to “define and maintain consistent coding styles between different editors and IDEs.”
|
||||
|
Loading…
Reference in New Issue
Block a user