From 06406f6f71b97cd457925c1f8bd6433298dba50e Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 25 Feb 2021 08:57:10 +0300 Subject: [PATCH] create my menu 4 subl3 :) --- Sublime Text/Packages/User/Main.sublime-menu | 36 ++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 Sublime Text/Packages/User/Main.sublime-menu diff --git a/Sublime Text/Packages/User/Main.sublime-menu b/Sublime Text/Packages/User/Main.sublime-menu new file mode 100644 index 0000000..062305e --- /dev/null +++ b/Sublime Text/Packages/User/Main.sublime-menu @@ -0,0 +1,36 @@ +[ + { + "caption": "_@", + "id": "me.iiiypuk", + "children": + [ + { + "caption": "Open Recent", + "mnemonic": "R", + "children": + [ + { "command": "reopen_last_file", "caption": "Reopen Closed File" }, + { "caption": "-" }, + { "command": "open_recent_file", "args": {"index": 0 } }, + { "command": "open_recent_file", "args": {"index": 1 } }, + { "command": "open_recent_file", "args": {"index": 2 } }, + { "command": "open_recent_file", "args": {"index": 3 } }, + { "command": "open_recent_file", "args": {"index": 4 } }, + { "command": "open_recent_file", "args": {"index": 5 } }, + { "command": "open_recent_file", "args": {"index": 6 } }, + { "command": "open_recent_file", "args": {"index": 7 } }, + { "command": "open_recent_file", "args": {"index": 8 } }, + { "command": "open_recent_file", "args": {"index": 9 } }, + { "command": "open_recent_file", "args": {"index": 10 } }, + { "command": "open_recent_file", "args": {"index": 11 } }, + { "command": "open_recent_file", "args": {"index": 12 } }, + { "command": "open_recent_file", "args": {"index": 13 } }, + { "command": "open_recent_file", "args": {"index": 14 } }, + { "command": "open_recent_file", "args": {"index": 15 } }, + { "caption": "-" }, + { "command": "clear_recent_files", "caption": "Clear Items" } + ] + }, + ] + }, +]