diff options
Diffstat (limited to '.config/emacs/lisp/evil-collection/modes/vc-annotate/README.org')
| -rw-r--r-- | .config/emacs/lisp/evil-collection/modes/vc-annotate/README.org | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/.config/emacs/lisp/evil-collection/modes/vc-annotate/README.org b/.config/emacs/lisp/evil-collection/modes/vc-annotate/README.org deleted file mode 100644 index c53e62f..0000000 --- a/.config/emacs/lisp/evil-collection/modes/vc-annotate/README.org +++ /dev/null @@ -1,23 +0,0 @@ -* vc-annotate - - Evil bindings for [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Old-Revisions.html][vc-annotate]] (=C-x v g=), Emacs' built-in - blame view. - -** Key bindings - - | Command | Original | Evil | - |----------------------------------------------------+----------+-------------------| - | =quit-window= | =q= | =q= | - | =vc-annotate-revision-previous-to-line= | =P= | =a= | - | =vc-annotate-show-diff-revision-at-line= | === | =d=, === | - | =vc-annotate-show-changeset-diff-revision-at-line= | =D= | =D= | - | =vc-annotate-find-revision-at-line= | =f= | =F= | - | =vc-annotate-revision-at-line= | =J= | =J= | - | =vc-annotate-show-log-revision-at-line= | =l= | =L= | - | =vc-annotate-next-revision= | =n= | =gj=, =]]=, =C-j= | - | =vc-annotate-prev-revision= | =p= | =gk=, =[[=, =C-k= | - | =vc-annotate-working-revision= | =w= | =W= | - | =vc-annotate-toggle-annotation-visibility= | =A= | =A= | - | =vc-annotate-goto-line= | =RET= | =RET= | - - Initial state is normal. |
