From 70683c1c5061d74dfe11ef23d8d52e8f183e46d5 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Mon, 22 Dec 2014 22:54:56 -0500 Subject: [PATCH] Update flycheck documentation --- doc/DOCUMENTATION.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/DOCUMENTATION.md b/doc/DOCUMENTATION.md index aecf4ffbf..9bd36e2ca 100644 --- a/doc/DOCUMENTATION.md +++ b/doc/DOCUMENTATION.md @@ -1770,14 +1770,15 @@ Access commands to the various registers start with `r`: `Spacemacs` uses [Flycheck][flycheck] to gives error feedback on the fly. The checks are only performed at save time by default. -Errors management commands (star with `f` for `flycheck`): +Errors management commands (star with `e`): Key Binding | Description ---------------------|------------------------------------------------------------ -SPC f c | clear all errors -SPC f l | display the `flycheck` list of errors/warnings -SPC f n | go to the next `flycheck` error -SPC f p | go to the previous flycheck error +SPC e c | clear all errors +SPC e f | toggle flycheck +SPC e l | display the `flycheck` list of errors/warnings +SPC e n | go to the next error +SPC e p | go to the previous error Custom fringe bitmaps: