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/proced/README.org | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .config/emacs/lisp/evil-collection/modes/proced/README.org (limited to '.config/emacs/lisp/evil-collection/modes/proced/README.org') diff --git a/.config/emacs/lisp/evil-collection/modes/proced/README.org b/.config/emacs/lisp/evil-collection/modes/proced/README.org new file mode 100644 index 0000000..5789230 --- /dev/null +++ b/.config/emacs/lisp/evil-collection/modes/proced/README.org @@ -0,0 +1,33 @@ +* proced + + Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Processes.html][proced]]. + +** Key bindings + + | Command | Original | Evil | + |-----------------------------+----------+----------| + | =proced-refine= | =RET= | =RET= | + | =proced-mark= | =m=, =d= | =m= | + | =proced-mark-all= | =M= | =*=, =M= | + | =proced-unmark-all= | =U= | =U= | + | =proced-toggle-marks= | =t= | =~= | + | =proced-mark-children= | =C= | =c=, =C= | + | =proced-mark-parents= | =P= | =p=, =P= | + | =proced-unmark-backward= | =DEL= | =DEL= | + | =evil-scroll-down= | n/a | =SPC= | + | =evil-scroll-up= | n/a | =S-SPC= | + | =proced-toggle-tree= | =T= | =zt= | + | =proced-undo= | n/a | =u= | + | =proced-omit-processes= | =o= | =O= | + | =proced-send-signal= | =k=, =x= | =x= | + | =proced-filter-interactive= | =f= | =s= | + | =proced-format-interactive= | =F= | =S= | + | =proced-sort-start= | =s s= | =oo= | + | =proced-sort-interactive= | =s S= | =oO= | + | =proced-sort-pcpu= | =s c= | =oc= | + | =proced-sort-pmem= | =s m= | =om= | + | =proced-sort-pid= | =s p= | =op= | + | =proced-sort-time= | =s t= | =ot= | + | =proced-sort-user= | =s u= | =ou= | + | =proced-renice= | =r= | =r= | + | =revert-buffer= | n/a | =gr= | -- cgit v1.2.3