aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/evil-collection/modes/man/README.org
diff options
context:
space:
mode:
Diffstat (limited to '.config/emacs/lisp/evil-collection/modes/man/README.org')
-rw-r--r--.config/emacs/lisp/evil-collection/modes/man/README.org22
1 files changed, 0 insertions, 22 deletions
diff --git a/.config/emacs/lisp/evil-collection/modes/man/README.org b/.config/emacs/lisp/evil-collection/modes/man/README.org
deleted file mode 100644
index 70ca48c..0000000
--- a/.config/emacs/lisp/evil-collection/modes/man/README.org
+++ /dev/null
@@ -1,22 +0,0 @@
-* 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= |