Skip to content

Commit

Permalink
Fix main menu entry
Browse files Browse the repository at this point in the history
1. Move next to "Switch File" in "Goto" menu
2. Invoke "show_overlay" to open command palette
  • Loading branch information
deathaxe committed Jan 10, 2023
1 parent c06a00a commit 488b660
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Main.sublime-menu
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[
{
"id": "file",
"id": "goto",
"children":
[
{ "caption": "-", "id": "window" },
{ "caption": "Switch Window…", "command": "switch_window" }
{
"caption": "Switch Window…",
"command": "show_overlay",
"args": {"overlay": "command_palette", "command": "switch_window"}
}
]
},
{
Expand Down

0 comments on commit 488b660

Please sign in to comment.