Merge pull request #2276 from brettlyons/patch-1
tools/flyspell: fix flyspell-correct
This commit is contained in:
commit
369a304f7a
2 changed files with 5 additions and 5 deletions
|
@ -509,7 +509,7 @@ To change these keys see `+evil-repeat-keys'."
|
|||
:n "gr" #'elfeed-search-update--force
|
||||
:n "gR" #'elfeed-search-fetch))
|
||||
|
||||
:nv "z=" #'flyspell-correct-word-generic
|
||||
:nv "z=" #'flyspell-correct-at-point
|
||||
;; custom evil keybinds
|
||||
:nv "zn" #'+evil:narrow-buffer
|
||||
:n "zN" #'doom/widen-indirectly-narrowed-buffer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue