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

  Evil bindings for [[https://github.com/pkryger/difftastic.el][difftastic]] result buffers.

** Key bindings

   | Command                               | Original            | Evil        |
   |---------------------------------------+---------------------+-------------|
   | =difftastic-previous-file=            | =P=, =M-p=          | =[[=        |
   | =difftastic-next-file=                | =N=, =M-n=          | =]]=        |
   | =difftastic-next-chunk=               | =n=                 | =C-j=, =gj= |
   | =difftastic-previous-chunk=           | =p=                 | =C-k=, =gk= |
   | =difftastic-hide-chunk=               |                     | =zc=        |
   | =difftastic-show-chunk=               |                     | =zo=        |
   | =difftastic-toggle-chunk=             | =TAB=               | =TAB=       |
   | =difftastic-diff-visit-file=          | =RET=               | =RET=       |
   | =difftastic-diff-visit-worktree-file= | =C-<return>=, =C-j= | =o=         |
   | =difftastic-rerun=                    | =g=                 | =gr=        |
   | =difftastic-leave=                    | =c=, =e=            | =q=         |
   | =difftastic-quit=                     | =q=                 | =ZQ=        |