From 5a50820cd92716acf56c18380433bd70a5b90e87 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 4 Apr 2019 18:53:04 -0400 Subject: [PATCH] Bind z= -> flyspell-correct-word-generic z= is a vim default. `flyspell-correct-word-generic` is superior to the original command bound to z= (ispell-word). --- modules/config/default/+evil-bindings.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index ea2d3b352..eaad3cab4 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -67,6 +67,7 @@ :n "gp" #'+evil/reselect-paste :n "g=" #'widen :v "g=" #'+evil:narrow-buffer + :nv "z=" #'flyspell-correct-word-generic :nv "g@" #'+evil:apply-macro :nv "gc" #'evil-commentary :nv "gx" #'evil-exchange