sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

Make sublime merge share default keybinds from sublime text

Open sxenos opened this issue 3 years ago • 0 comments

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.

sxenos avatar Oct 12 '22 15:10 sxenos