Variable: magit-hunk-section-smerge-map

magit-hunk-section-smerge-map is a variable defined in magit-diff.el.

Value

RET  magit-smerge-keep-current
a    magit-smerge-keep-all
b    magit-smerge-keep-base
l    magit-smerge-keep-lower
u    magit-smerge-keep-upper

Documentation

Keymap bound to smerge-command-prefix in magit-hunk-section-map.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-diff.el
(defvar-keymap magit-hunk-section-smerge-map
  :doc "Keymap bound to `smerge-command-prefix' in `magit-hunk-section-map'."
  "RET" #'magit-smerge-keep-current
  "a"   #'magit-smerge-keep-all
  "u"   #'magit-smerge-keep-upper
  "b"   #'magit-smerge-keep-base
  "l"   #'magit-smerge-keep-lower)