Skip to content

Commit 6a9d559

Browse files
committed
Def: Shortcut changed from ⌘D to ⌘G. Added source.go scope.
1 parent 7c6d353 commit 6a9d559

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Commands/Def.tmCommand

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Go::godef</string>
1414
<key>inputFormat</key>
1515
<string>text</string>
1616
<key>keyEquivalent</key>
17-
<string>@d</string>
17+
<string>@g</string>
1818
<key>name</key>
1919
<string>Go to Definition</string>
2020
<key>outputCaret</key>
@@ -23,6 +23,8 @@ Go::godef</string>
2323
<string>text</string>
2424
<key>outputLocation</key>
2525
<string>toolTip</string>
26+
<key>scope</key>
27+
<string>source.go</string>
2628
<key>uuid</key>
2729
<string>A04DD936-EEB1-484E-BF47-98BD6709D00C</string>
2830
<key>version</key>

0 commit comments

Comments
 (0)