editor/evil: move ]s/[s keybinds to motion state
The original keybinds these are meant to override are bound in motion state.
This commit is contained in:
parent
bc11804247
commit
e730cd030b
1 changed files with 2 additions and 2 deletions
|
@ -384,8 +384,8 @@ directives. By default, this only recognizes C directives.")
|
|||
;; evil already defines 'z=' to `ispell-word' = correct word at point
|
||||
:n "zq" #'spell-fu-word-add
|
||||
:n "zw" #'spell-fu-word-remove
|
||||
:n "[s" #'spell-fu-goto-previous-error
|
||||
:n "]s" #'spell-fu-goto-next-error
|
||||
:m "[s" #'spell-fu-goto-previous-error
|
||||
:m "]s" #'spell-fu-goto-next-error
|
||||
|
||||
;; ported from vim-unimpaired
|
||||
:n "] SPC" #'+evil/insert-newline-below
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue