aboutsummaryrefslogtreecommitdiff
path: root/.config/emacs/lisp/evil-collection/modes/git-timemachine/README.org
blob: bfa19aeffc631ca175d5c3a5ef70b8559a6db292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
* git-timemachine

  Evil bindings for [[https://codeberg.org/pidu/git-timemachine][git-timemachine]].

  Bindings are installed on =git-timemachine-mode= as minor-mode keys so
  they apply in =normal= state in any buffer where the minor mode is
  active.

** Key bindings

   | Command                                     | Original | Evil  |
   |---------------------------------------------+----------+-------|
   | =git-timemachine-show-previous-revision=    | =p=      | =C-k= |
   | =git-timemachine-show-next-revision=        | =n=      | =C-j= |
   | =git-timemachine-quit=                      | =q=      | =q=   |
   | =git-timemachine-show-nth-revision=         | =g=      | =gtg= |
   | =git-timemachine-show-revision-fuzzy=       | =t=      | =gtt= |
   | =git-timemachine-kill-abbreviated-revision= | =w=      | =gty= |
   | =git-timemachine-kill-revision=             | =W=      | =gtY= |
   | =git-timemachine-blame=                     | =b=      | =gtb= |