Move +spell/add-word from zq -> zg

I misread the key that this functionality is on in vim.
This commit is contained in:
Henrik Lissner 2020-10-04 16:14:16 -04:00
parent 4cc8884a2f
commit 385e3c20da
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 2 deletions

View file

@ -391,7 +391,7 @@ directives. By default, this only recognizes C directives.")
;; implement dictionary keybinds
;; evil already defines 'z=' to `ispell-word' = correct word at point
(:when (featurep! :checkers spell)
:n "zq" #'+spell/add-word
:n "zg" #'+spell/add-word
:n "zw" #'+spell/remove-word
:m "[s" #'+spell/previous-error
:m "]s" #'+spell/next-error)