(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.
This commit is contained in:
2024-04-23 17:00:48 +05:30
parent f10436c0b7
commit 1039114d2f

View File

@@ -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