Adds goto next and previous flymake bindings

This commit is contained in:
jgart 2021-11-07 18:03:10 -05:00 committed by Youmu
parent 4e9468d1db
commit f016b5135f
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,8 @@
(evil-collection-define-key
'(normal visual) 'flymake-diagnostics-buffer-mode-map
"q" 'quit-window
(kbd "C-j") 'flymake-goto-next-error
(kbd "C-k") 'flymake-goto-prev-error
(kbd "RET") 'flymake-goto-diagnostic
(kbd "<S-return>") 'flymake-show-diagnostic
(kbd "M-RET") 'flymake-show-diagnostic