I'm trying to change the key bindings to all the smerge commands. I added :
(setq smerge-command-prefix "\C-c v") to my Emacs config. M-x customize smerge confirms that the Smerge Command Prefix is ^C v but all my smerge commands still starts with C-c ^.
I also tried
(setq smerge-command-prefix (kbd "C-c v")) but same result.
M-x customize smergepointed me to the answer:M-x customize-variable RET smerge-command-prefix.