Skip to content

Commit 31daff9

Browse files
author
Kornel Lesiński
committedMay 14, 2012
Changed ⎇-click to ⌘-click
Avoids conflict with block selection and matches Xcode shortcut.
1 parent 2cc805d commit 31daff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Default (OSX).sublime-mousemap

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[
2-
{ "button": "button1", "modifiers": ["alt"], "command": "goto_python_definition", "press_command": "drag_select" }
2+
{ "button": "button1", "modifiers": ["super"], "command": "goto_python_definition", "press_command": "drag_select" }
33
]

0 commit comments

Comments
 (0)
Failed to load comments.