Skip to content

Commit dd1d8f7

Browse files
committedJun 9, 2012
1 parent dacecbb commit dd1d8f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Default (OSX).sublime-keymap

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{ "keys": ["super+j"], "command": "code_intel_auto_complete" },
3-
{ "keys": ["super+f3"], "command": "goto_python_definition" },
2+
{ "keys": ["shift+ctrl+space"], "command": "code_intel_auto_complete" },
3+
{ "keys": ["super+f3"], "command": "goto_python_definition" },
44
{ "keys": ["super+alt+ctrl+left"], "command": "back_to_python_definition"}
55
]

0 commit comments

Comments
 (0)
Failed to load comments.