sublime_merge
sublime_merge copied to clipboard
Make sublime merge share default keybinds from sublime text
Problem description
I'm running on OSX. I was hoping that sublime merge would share key bindings with Sublime Text, but it does not seem to. For example, in sublime text I have:
{ "keys": ["super+["], "command": "jump_back" },
{ "keys": ["super+]"], "command": "jump_forward" },
...and I expected this to apply to the Navigate -> Go Back and Navigate -> Go Forward actions.
Preferred solution
Have sublime merge and sublime text share the same keymap file.
Alternatives
Have sublime merge inherit overridden key bindings from sublime text if there are no merge-specific overrides supplied.