We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dacecbb commit dd1d8f7Copy full SHA for dd1d8f7
Default (OSX).sublime-keymap
@@ -1,5 +1,5 @@
1
[
2
- { "keys": ["super+j"], "command": "code_intel_auto_complete" },
3
- { "keys": ["super+f3"], "command": "goto_python_definition" },
+ { "keys": ["shift+ctrl+space"], "command": "code_intel_auto_complete" },
+ { "keys": ["super+f3"], "command": "goto_python_definition" },
4
{ "keys": ["super+alt+ctrl+left"], "command": "back_to_python_definition"}
5
]
0 commit comments