Skip to content

Commit 18c22b6

Browse files
bravercristianl
authored andcommitted
rephrase context menu: Goto File
to mirror the Goto Definition that we all know and love
1 parent 48fb022 commit 18c22b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Context.sublime-menu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"caption": "Jump To Source File",
3+
"caption": "Goto File",
44
"command": "hyper_click_jump",
55
}
66
]

hyper_click.sublime-commands

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[
2-
{ "caption": "Hyper Click: Jump To Source File", "command": "hyper_click_jump" },
2+
{ "caption": "Hyper Click: Goto File", "command": "hyper_click_jump" },
33
]

0 commit comments

Comments
 (0)