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/tar-mode/README.org | |
| parent | fe3984f541bd32bdfa418afb305b614176b55ca0 (diff) | |
add a bunch of emacs packages HELP
Diffstat (limited to '.config/emacs/lisp/evil-collection/modes/tar-mode/README.org')
| -rw-r--r-- | .config/emacs/lisp/evil-collection/modes/tar-mode/README.org | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.config/emacs/lisp/evil-collection/modes/tar-mode/README.org b/.config/emacs/lisp/evil-collection/modes/tar-mode/README.org new file mode 100644 index 0000000..fbb0da6 --- /dev/null +++ b/.config/emacs/lisp/evil-collection/modes/tar-mode/README.org @@ -0,0 +1,27 @@ +* tar-mode + + Evil bindings for =tar-mode=, the built-in tar archive browser. + +** Key bindings + + | Command | Original | Evil | + |--------------------------------+-----------------------------+--------------------| + | =tar-next-line= | =n=, =SPC=, =C-n=, =<down>= | =j=, =gj=, =C-j= | + | =tar-previous-line= | =p=, =C-p=, =<up>= | =k=, =gk=, =C-k= | + | =beginning-of-buffer= | n/a | =gg= | + | =end-of-buffer= | n/a | =G= | + | =tar-extract= | =RET=, =e=, =f= | =RET= | + | =tar-extract-other-window= | =o=, =E= | =go=, =S-<return>= | + | =tar-view= | =v= | =gO=, =M-<return>= | + | =tar-flag-deleted= | =d=, =C-d= | =d= | + | =tar-rename-entry= | =R= | =r= | + | =tar-expunge= | =x= | =x= | + | =tar-chmod-entry= | =M= | =M= | + | =tar-chgrp-entry= | =G= | =P= | + | =tar-chown-entry= | =O= | =O= | + | =revert-buffer= | =g= | =gr= | + | =tar-new-entry= | =I= | =I= | + | =tar-copy= | =C= | =C= | + | =tar-unflag= | =u= | =u= | + | =tar-clear-modification-flags= | n/a | =U= | + | =quit-window= | n/a | =q= | |
