Adds kbds to cycle through flycheck errors
This commit is contained in:
parent
bcde7fabc4
commit
9cc1c0512a
1 changed files with 2 additions and 0 deletions
|
@ -369,6 +369,8 @@
|
||||||
:config
|
:config
|
||||||
(evil-leader/set-leader "<SPC>")
|
(evil-leader/set-leader "<SPC>")
|
||||||
(evil-leader/set-key
|
(evil-leader/set-key
|
||||||
|
"[" 'flycheck-previous-error
|
||||||
|
"]" 'flycheck-next-error
|
||||||
"w" 'toggle-truncate-lines
|
"w" 'toggle-truncate-lines
|
||||||
"x" 'helm-M-x
|
"x" 'helm-M-x
|
||||||
"<SPC>" 'wc/switch-to-mru-buffer
|
"<SPC>" 'wc/switch-to-mru-buffer
|
||||||
|
|
Loading…
Reference in a new issue