|
|
@ -513,7 +513,7 @@ Some persistent navigation in git-gutter is nice, so here's a hydra for it: |
|
|
|
^Git Gutter^ ^Git^ ^misc^ |
|
|
|
^──────────^────────^───^────────────────^────^────────────────────────── |
|
|
|
_j_: next hunk _s_tage hunk _q_uit |
|
|
|
_k_: previous hunk _r_evert hunk _Q_uit and deactivate git-gutter |
|
|
|
_k_: previous hunk _r_evert hunk _g_ : call magit-status |
|
|
|
_h_: first hunk _p_opup hunk |
|
|
|
_l_: last hunk set start _R_evision |
|
|
|
^^ ^^ ^^ |
|
|
@ -529,12 +529,8 @@ _l_: last hunk set start _R_evision |
|
|
|
("p" git-gutter:popup-hunk) |
|
|
|
("R" git-gutter:set-start-revision) |
|
|
|
("q" nil :color blue) |
|
|
|
("Q" (progn (git-gutter-mode -1) |
|
|
|
;; git-gutter-fringe doesn't seem to |
|
|
|
;; clear the markup right away |
|
|
|
(sit-for 0.1) |
|
|
|
(git-gutter:clear)) |
|
|
|
:color blue)) |
|
|
|
("g" magit-status) |
|
|
|
) |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
|
|
|
|