diff options
author | fpi | 2020-06-28 10:33:29 +0200 |
---|---|---|
committer | fpi | 2020-06-28 10:33:46 +0200 |
commit | 7afeedf2333d8780a43bd440a642b22944228c7c (patch) | |
tree | 7ce6190e8a43ecd69ee93d07370279c604d8e2b9 | |
parent | Fix some use-package calls (diff) |
Add magit-blame to diff-hl hydra
-rw-r--r-- | emacs-init.org | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emacs-init.org b/emacs-init.org index a2ae1c0..0a7f8dc 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -2071,10 +2071,10 @@ navigate and revert hunks directly from the buffer. Use =g= to open " Diff-hl: _n_: next hunk _s_tage hunk _g_: Magit status - _p_: previous hunk _r_evert hunk _q_uit - ^ ^ _P_opup hunk _Q_uit and deactivate git-gutter - _a_: first hunk - _e_: last hunk _A_mend mode + _p_: previous hunk _r_evert hunk _b_: Magit blame popup + ^ ^ _P_opup hunk ^ ^ + _a_: first hunk ^ ^ _q_uit + _e_: last hunk _A_mend mode _Q_uit and deactivate git-gutter " ("n" diff-hl-next-hunk) ("p" diff-hl-previous-hunk) @@ -2087,6 +2087,7 @@ navigate and revert hunks directly from the buffer. Use =g= to open ("P" diff-hl-diff-goto-hunk) ("A" diff-hl-amend-mode) ("g" magit-status :color blue) + ("b" magit-blame :color blue) ("q" nil :color blue) ("Q" (diff-hl-mode -1) :color blue)) |