diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-05 01:19:30 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-05 01:19:30 -0400 |
| commit | bdf9a71ab7baa2b1de9abcfd5df1a9107a55d141 (patch) | |
| tree | c4524e6c41aa5107211103401dabfaefc81aa882 /.config/emacs/lisp/evil-collection/modes/proced/README.org | |
| parent | fe3984f541bd32bdfa418afb305b614176b55ca0 (diff) | |
add a bunch of emacs packages HELP
Diffstat (limited to '.config/emacs/lisp/evil-collection/modes/proced/README.org')
| -rw-r--r-- | .config/emacs/lisp/evil-collection/modes/proced/README.org | 33 |
1 files changed, 33 insertions, 0 deletions
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= | |
