Adds kbds to cycle through flycheck errors

This commit is contained in:
William Carroll 2017-06-23 11:46:09 -04:00
parent bcde7fabc4
commit 9cc1c0512a

View file

@ -369,6 +369,8 @@
:config
(evil-leader/set-leader "<SPC>")
(evil-leader/set-key
"[" 'flycheck-previous-error
"]" 'flycheck-next-error
"w" 'toggle-truncate-lines
"x" 'helm-M-x
"<SPC>" 'wc/switch-to-mru-buffer