Skip to content
This repository was archived by the owner on May 25, 2019. It is now read-only.

Commit 83bf04d

Browse files
committed
Adds menu shortcuts to keybindings
1 parent 38caf01 commit 83bf04d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎Main.sublime-menu

+17
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,23 @@
2525
"args": {"file": "${packages}/User/AngularJS-sublime-package.sublime-settings"},
2626
"caption": "Settings – User"
2727
},
28+
{
29+
"caption": "-"
30+
},
31+
{
32+
"caption": "Key Bindings – Default",
33+
"command": "open_file", "args":
34+
{
35+
"file": "${packages}/AngularJS/Default.sublime-keymap"
36+
}
37+
},
38+
{
39+
"caption": "Key Bindings – User",
40+
"command": "open_file", "args":
41+
{
42+
"file": "${packages}/User/Default.sublime-keymap"
43+
}
44+
},
2845
{ "caption": "-" },
2946
{
3047
"command": "open_file",

0 commit comments

Comments
 (0)