mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 03:00:04 +08:00
Update task doc
This commit is contained in:
parent
6cd772cfb4
commit
08bc60455c
@ -89,6 +89,7 @@ description: "General documentation about how to using SpaceVim, including the q
|
||||
- [Managing projects](#managing-projects)
|
||||
- [Searching files in project](#searching-files-in-project)
|
||||
- [Custom alternate file](#custom-alternate-file)
|
||||
- [Tasks manager](#tasks-manager)
|
||||
- [EditorConfig](#editorconfig)
|
||||
- [Vim Server](#vim-server)
|
||||
- [Achievements](#achievements)
|
||||
@ -171,7 +172,6 @@ Move Text Transient State:
|
||||
|
||||
![Move Text Transient State](https://user-images.githubusercontent.com/13142418/28489559-4fbc1930-6ef8-11e7-9d5a-716fe8dbb881.png)
|
||||
|
||||
|
||||
## Who can benefit from this?
|
||||
|
||||
- **Elementary** Vim users.
|
||||
@ -1916,6 +1916,17 @@ here is an example of `.project_alt.json`:
|
||||
}
|
||||
```
|
||||
|
||||
### Tasks manager
|
||||
|
||||
To integrate with external tools, SpaceVim introduce a task manager system,
|
||||
which is similar to vscode tasks-manager. There are two kinds of task configuration
|
||||
file: global tasks configuration(`~/.SpaceVim.d/tasks.toml`) and local configuration(`.SpaceVim.d/tasks.toml`).
|
||||
|
||||
| Key Bindings | Descriptions |
|
||||
| ------------ | ----------------------------- |
|
||||
| `SPC p t e` | edit tasks configuration file |
|
||||
| `SPC p t r` | select task to run |
|
||||
|
||||
## EditorConfig
|
||||
|
||||
SpaceVim has supported [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