Skip to content

Commit

Permalink
rephrase context menu: Goto File
Browse files Browse the repository at this point in the history
to mirror the Goto Definition that we all know and love
  • Loading branch information
braver authored and cristianl committed Jul 8, 2020
1 parent 48fb022 commit 18c22b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Context.sublime-menu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"caption": "Jump To Source File",
"caption": "Goto File",
"command": "hyper_click_jump",
}
]
2 changes: 1 addition & 1 deletion hyper_click.sublime-commands
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[
{ "caption": "Hyper Click: Jump To Source File", "command": "hyper_click_jump" },
{ "caption": "Hyper Click: Goto File", "command": "hyper_click_jump" },
]

0 comments on commit 18c22b6

Please sign in to comment.