From 1039114d2f7e1aa11a72822e212f5a27236ece53 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 23 Apr 2024 17:00:48 +0530 Subject: (Emacs/core)+nmmap binding K to man By default evil-lookup-func is woman, which throws annoying warnings and isn't a complete manpage reader. So here I rebind it to use man, which is fully functioning. --- Emacs/.config/emacs/core.org | 1 + 1 file changed, 1 insertion(+) (limited to 'Emacs/.config/emacs/core.org') diff --git a/Emacs/.config/emacs/core.org b/Emacs/.config/emacs/core.org index 8ad8c4d..759ee24 100644 --- a/Emacs/.config/emacs/core.org +++ b/Emacs/.config/emacs/core.org @@ -185,6 +185,7 @@ Setup the evil package, with some opinionated keybindings: "wd" #'delete-frame) (nmmap + "K" #'man "TAB" #'evil-jump-item "r" #'evil-replace-state "zC" #'hs-hide-level -- cgit v1.2.3-13-gbd6f