From 8c4e09dff83847ac7f07bf1da7751e9328006c4d Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 30 Jul 2026 20:09:00 -0400 Subject: actual final changes and get rid of junk in lisp dir actually works fine --- .../lisp/evil-collection/modes/tar-mode/README.org | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 .config/emacs/lisp/evil-collection/modes/tar-mode/README.org (limited to '.config/emacs/lisp/evil-collection/modes/tar-mode/README.org') diff --git a/.config/emacs/lisp/evil-collection/modes/tar-mode/README.org b/.config/emacs/lisp/evil-collection/modes/tar-mode/README.org deleted file mode 100644 index fbb0da6..0000000 --- a/.config/emacs/lisp/evil-collection/modes/tar-mode/README.org +++ /dev/null @@ -1,27 +0,0 @@ -* 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=, == | =j=, =gj=, =C-j= | - | =tar-previous-line= | =p=, =C-p=, == | =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-= | - | =tar-view= | =v= | =gO=, =M-= | - | =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= | -- cgit v1.2.3