Skip to content

Commit 1f01714

Browse files
committed
Fix conflict with ZenCoding and making the keymap for autocomplete the same all platforms
1 parent 9247e00 commit 1f01714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Default (Windows).sublime-keymap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[
2-
{ "keys": ["ctrl+j"], "command": "code_intel_auto_complete" },
2+
{ "keys": ["shift+ctrl+space"], "command": "code_intel_auto_complete" },
33
{ "keys": ["ctrl+f3"], "command": "goto_python_definition" }
44
]

0 commit comments

Comments
 (0)