1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-02 23:10:06 +08:00

Update mappings doc for checkers layer

This commit is contained in:
wsdjeg 2017-05-11 21:14:48 +08:00
parent a1a5d69279
commit 1923e9b383

View File

@ -12,3 +12,13 @@ Name | default value | description
---- | ------------- | -----------
g:spacevim_enable_neomake | 1 | Use neomake as default checking tools, to use syntastic, set this option to 0.
g:spacevim_lint_on_the_fly | 0 | Syntax checking on the fly feature, disabled by default.
## Mappings
Key | mode | description
--- | ---- | -----------
`SPC e n` | Normal | jump to the position of next error
`SPC e N` | Normal | jump to the position of previous error
`SPC e p` | Normal | jump to the position of previous error
`SPC e l` | Normal | toggle showing the error list