From 1923e9b38305fb66ea9587379340c14acd05143a Mon Sep 17 00:00:00 2001 From: wsdjeg Date: Thu, 11 May 2017 21:14:48 +0800 Subject: [PATCH] Update mappings doc for checkers layer --- docs/layers/checkers.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/layers/checkers.md b/docs/layers/checkers.md index 6b15b7048..eb4f87aa1 100644 --- a/docs/layers/checkers.md +++ b/docs/layers/checkers.md @@ -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 +