ui/vc emacs/vc: unify hydra design

this design will also break less based on the fonts
This commit is contained in:
Benjamin Andresen 2018-06-23 16:25:58 +02:00
parent a53503eadb
commit 61cdac230f
2 changed files with 11 additions and 11 deletions

View file

@ -72,9 +72,9 @@
;; no merge conflicts remain.
:post (smerge-auto-leave))
"
Movement Keep Diff Other smerge
[smerge]
Movement Keep Diff Other
^_g_^ [_b_] base [_<_] upper/base [_C_] Combine
^_C-k_^ [_u_] upper [_=_] upper/lower [_r_] resolve
^_k_ ^ [_l_] lower [_>_] base/lower [_R_] remove

View file

@ -54,13 +54,13 @@ to the right fringe.")
(defhydra +version-control@git-gutter
(:body-pre (git-gutter-mode 1) :hint nil)
"
Movement Hunk Actions Misc. gg: +%-4s(car (git-gutter:statistic))/ -%-3s(cdr (git-gutter:statistic))
[git gutter]
Movement Hunk Actions Misc. +%-4s(car (git-gutter:statistic))/ -%-4s(cdr (git-gutter:statistic))
^_g_^ [_s_] stage [_R_] set start Rev
^_k_^ [_r_] revert
^ ^ [_m_] mark
^ ^ [_p_] popup
^ ^ [_p_] popup
^_j_^ [_q_] quit
^_G_^ [_Q_] Quit and disable"
("j" (progn (git-gutter:next-hunk 1) (recenter)))