diff --git a/Main.sublime-menu b/Main.sublime-menu index 9619f16..fe625d9 100644 --- a/Main.sublime-menu +++ b/Main.sublime-menu @@ -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"} + } ] }, {