I would like to modify sublime merge shortcuts, and make it like SublimeGit package of Sublime Text.
There is no command list available for Sublime Merge, so I don’t know how to add my own shortcuts.
So could anyone please help me to map these, we can make slightly different if necessary;
s = stage file/section
S = stage all unstaged files
ctrl+shift+s = stage all unstaged and untracked files
u = unstage file/section
U = unstage all files
backspace = discard file/section
shift+backspace = discard everything
c = commit
C = commit -a (add unstaged)
ctrl+shift+c = commit --amend (amend previous commit)