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/vc-dir/README.org | |
| parent | fe3984f541bd32bdfa418afb305b614176b55ca0 (diff) | |
add a bunch of emacs packages HELP
Diffstat (limited to '.config/emacs/lisp/evil-collection/modes/vc-dir/README.org')
| -rw-r--r-- | .config/emacs/lisp/evil-collection/modes/vc-dir/README.org | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/.config/emacs/lisp/evil-collection/modes/vc-dir/README.org b/.config/emacs/lisp/evil-collection/modes/vc-dir/README.org new file mode 100644 index 0000000..98e36b4 --- /dev/null +++ b/.config/emacs/lisp/evil-collection/modes/vc-dir/README.org @@ -0,0 +1,47 @@ +* vc-dir + + Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/VC-Directory-Mode.html][vc-dir]] (=C-x v d=). + +** Key bindings + + Standard read-only motion / quit bindings come from + =evil-collection-set-readonly-bindings=. + + | Command | Original | Evil | + |----------------------------------+---------------+-------------------| + | =vc-next-action= | =v= | =c= | + | =vc-diff= | === | =d=, =TAB= | + | =vc-root-diff= | =D= | =D=, =S-TAB= | + | =vc-register= | =i= | =R=, =s= | + | =vc-update= | =+= | =gu=, =F= | + | =revert-buffer= | =g= | =gr= | + | =vc-push= | =P= | =p=, =P= | + | =vc-print-log= | =l= | =Lf=, =Ll= | + | =vc-print-root-log= | =L= | =Lr=, =LL= | + | =vc-log-incoming= | =Ii= | =Li= | + | =vc-log-outgoing= | =Io= | =Lo= | + | =vc-revert= | =N= | =x= | + | =vc-annotate= | =A= | =b= | + | =vc-dir-mark= | =m= | =m= | + | =vc-dir-mark-all-files= | =M m= | =M= | + | =vc-dir-unmark= | =u= | =u= | + | =vc-dir-unmark-all-files= | =M u= | =U= | + | =vc-dir-next-directory= | =M-n= | =]]=, =gj=, =C-j= | + | =vc-dir-previous-directory= | =M-p= | =[[=, =gk=, =C-k= | + | =vc-dir-find-file= | =f=, =RET= | =gf=, =RET= | + | =vc-dir-find-file-other-window= | =o= | =go=, =S-RET= | + | =vc-dir-display-file= | =SPC= | =gO=, =M-RET= | + | =vc-dir-kill-dir-status-process= | =C-c C-c= | =C-c C-c= | + | =vc-dir-toggle-mark= | =SPC= | =t= | + | =vc-dir-hide-up-to-date= | =x= | =(=, =o= | + | =vc-dir-kill-line= | =k= | =X= | + | =vc-dir-search= | =S= | =S= | + | =vc-dir-query-replace-regexp= | =Q= | =Q= | + | =vc-dir-isearch= | =M-s a C-s= | =M-s a C-s= | + | =vc-dir-isearch-regexp= | =M-s a M-C-s= | =M-s a M-C-s= | + | =vc-dir-ignore= | =G= | =i= | + | =vc-create-tag= | =B c= | =Bc= | + | =vc-print-branch-log= | =B l= | =Bl= | + | =vc-retrieve-tag= | =B s= | =Bs= | + + Initial state is normal. |
