add undo, rm popup

This commit is contained in:
2026-08-19 23:30:56 +02:00
parent 301d837851
commit 1ce0a66378

View File

@@ -51,7 +51,7 @@
_n_: next conflict _u_: keep upper _s_: swap
_p_: revious conflict _l_: keep lower _h_: highlight
_e_: Ediff _b_: keep base _r_: resolve
_q_: quit _c_: keep hunk@point _?_: menu
_q_: quit _c_: keep hunk@point _R_: revert
^^--------------------------------------------------------------
Reach this hydra with <C-x m>
@@ -68,6 +68,7 @@ Reach this hydra with <C-x m>
("h" smerge-refine nil)
("s" smerge-swap nil)
("r" smerge-resolve nil)
("R" undo-tree-undo nil)
("?" smerge-popup-context-menu nil)
("e" smerge-ediff nil :color blue)
("q" nil nil :color blue))