Decouple ]e / [e keys from :tools flycheck module #1511
They're generic enough.
This commit is contained in:
parent
c0eb1f524d
commit
0290b687a5
1 changed files with 2 additions and 2 deletions
|
@ -88,6 +88,8 @@
|
|||
;; custom vim-unmpaired-esque keys
|
||||
:m "]a" #'evil-forward-arg
|
||||
:m "[a" #'evil-backward-arg
|
||||
:m "]e" #'next-error
|
||||
:m "[e" #'previous-error
|
||||
:n "]F" #'+evil/next-frame
|
||||
:n "[F" #'+evil/previous-frame
|
||||
:m "]h" #'outline-next-visible-heading
|
||||
|
@ -467,8 +469,6 @@
|
|||
[mouse-1] #'flyspell-correct-word-generic))
|
||||
|
||||
(:when (featurep! :tools flycheck)
|
||||
:m "]e" #'next-error
|
||||
:m "[e" #'previous-error
|
||||
(:after flycheck
|
||||
:map flycheck-error-list-mode-map
|
||||
:n "C-n" #'flycheck-error-list-next-error
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue