Move +spell/add-word from zq -> zg
I misread the key that this functionality is on in vim.
This commit is contained in:
parent
4cc8884a2f
commit
385e3c20da
2 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ Return nil if on a link url, markup, html, or references."
|
||||||
|
|
||||||
** Adding or removing words to your personal dictionary
|
** Adding or removing words to your personal dictionary
|
||||||
Use ~M-x +spell/add-word~ and ~M-x +spell/remove-word~ to whitelist words that
|
Use ~M-x +spell/add-word~ and ~M-x +spell/remove-word~ to whitelist words that
|
||||||
you know are not misspellings. For evil users these are bound to =zq= and =zw=,
|
you know are not misspellings. For evil users these are bound to =zg= and =zw=,
|
||||||
respectively. =+flyspell= users can also add/remove words from the
|
respectively. =+flyspell= users can also add/remove words from the
|
||||||
~flyspell-correct~ popup interface (there will be extra options on the list of
|
~flyspell-correct~ popup interface (there will be extra options on the list of
|
||||||
corrections for "save word to dictionary").
|
corrections for "save word to dictionary").
|
||||||
|
|
|
@ -391,7 +391,7 @@ directives. By default, this only recognizes C directives.")
|
||||||
;; implement dictionary keybinds
|
;; implement dictionary keybinds
|
||||||
;; evil already defines 'z=' to `ispell-word' = correct word at point
|
;; evil already defines 'z=' to `ispell-word' = correct word at point
|
||||||
(:when (featurep! :checkers spell)
|
(:when (featurep! :checkers spell)
|
||||||
:n "zq" #'+spell/add-word
|
:n "zg" #'+spell/add-word
|
||||||
:n "zw" #'+spell/remove-word
|
:n "zw" #'+spell/remove-word
|
||||||
:m "[s" #'+spell/previous-error
|
:m "[s" #'+spell/previous-error
|
||||||
:m "]s" #'+spell/next-error)
|
:m "]s" #'+spell/next-error)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue