Skip to content

Commit cfe1d98

Browse files
authored
Merge pull request #515 from Microsoft/fix514
Fix #514
2 parents 3ab165a + 1f3e5a1 commit cfe1d98

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Default.sublime-mousemap

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
{
33
"button": "button1",
44
"count": 2,
5+
"modifiers": ["ctrl"],
56
"command": "typescript_go_to_ref",
6-
"press_command": "drag_select",
7-
"context": [
8-
{ "key": "selector", "operator": "equal", "operand": "text.find-refs" }
9-
]
7+
"press_command": "drag_select"
108
}
119
]

0 commit comments

Comments
 (0)