Skip to content

Commit 41e0d46

Browse files
committed
Go to definition shortcuts changed
1 parent 0148651 commit 41e0d46

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

Default (Linux).sublime-keymap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[
2-
{ "keys": ["shift+ctrl+space"], "command": "code_intel_auto_complete" },
3-
{ "keys": ["ctrl+f3"], "command": "goto_python_definition" }
2+
{ "keys": ["ctrl+f3"], "command": "goto_python_definition" },
3+
{ "keys": ["shift+ctrl+space"], "command": "code_intel_auto_complete" },
4+
{ "keys": ["super+alt+ctrl+up"], "command": "goto_python_definition"},
5+
{ "keys": ["super+alt+ctrl+left"], "command": "back_to_python_definition"}
46
]

Default (OSX).sublime-keymap

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[
2-
{ "keys": ["shift+ctrl+space"], "command": "code_intel_auto_complete" },
3-
{ "keys": ["super+f3"], "command": "goto_python_definition" },
4-
{ "keys": ["super+alt+ctrl+left"], "command": "back_to_python_definition"}
2+
{ "keys": ["super+f3"], "command": "goto_python_definition" },
3+
{ "keys": ["shift+super+space"], "command": "code_intel_auto_complete" },
4+
{ "keys": ["super+alt+ctrl+up"], "command": "goto_python_definition"},
5+
{ "keys": ["super+alt+ctrl+left"], "command": "back_to_python_definition"}
56
]

Default (Windows).sublime-keymap

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[
2-
{ "keys": ["shift+ctrl+space"], "command": "code_intel_auto_complete" },
3-
{ "keys": ["ctrl+f3"], "command": "goto_python_definition" }
2+
{ "keys": ["ctrl+f3"], "command": "goto_python_definition" },
3+
{ "keys": ["shift+ctrl+space"], "command": "code_intel_auto_complete" },
4+
{ "keys": ["super+alt+ctrl+up"], "command": "goto_python_definition"},
5+
{ "keys": ["super+alt+ctrl+left"], "command": "back_to_python_definition"}
46
]

0 commit comments

Comments
 (0)