From bdf9a71ab7baa2b1de9abcfd5df1a9107a55d141 Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Sun, 5 Jul 2026 01:19:30 -0400 Subject: add a bunch of emacs packages HELP --- .../lisp/evil-collection/modes/man/README.org | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .config/emacs/lisp/evil-collection/modes/man/README.org (limited to '.config/emacs/lisp/evil-collection/modes/man/README.org') diff --git a/.config/emacs/lisp/evil-collection/modes/man/README.org b/.config/emacs/lisp/evil-collection/modes/man/README.org new file mode 100644 index 0000000..70ca48c --- /dev/null +++ b/.config/emacs/lisp/evil-collection/modes/man/README.org @@ -0,0 +1,22 @@ +* man + + Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Man-Page.html][Man]]. + +** Key bindings + + | Command | Original | Evil | + |-------------------------------+----------------+-----------------| + | =scroll-up-command= | =SPC= | =SPC= | + | =scroll-down-command= | =DEL=, =S-SPC= | =S-SPC= | + | =forward-button= | =TAB= | =TAB= | + | =backward-button= | =S-TAB= | =S-TAB= | + | =Man-next-manpage= | =M-n= | =]]=, =gj= | + | =Man-previous-manpage= | =M-p= | =[[=, =gk= | + | =Man-next-section= | =n= | =C-j= | + | =Man-previous-section= | =p= | =C-k= | + | =man= | =m= | =gm= | + | =Man-goto-section= | =g= | =gd= | + | =Man-follow-manual-reference= | =r= | =gR= | + | =Man-goto-see-also-section= | =s= | =gs= | + | =Man-update-manpage= | =u= | =gr= | + | =quit-window= | =q= | =q=, =ZQ=, =ZZ= | -- cgit v1.2.3