Sublime Text > Preferences > Key bindings
then
[
{ "keys": ["shift+super+m"], "command": "goto_definition" },
{ "keys": ["super+alt+up"], "command": "select_lines", "args": {"forward": false} },
{ "keys": ["super+alt+down"], "command": "select_lines", "args": {"forward": true} },
{ "keys": ["ctrl+shift+'"], "command": "change_quotes" }