Skip to content

Commit 9fc5768

Browse files
[Feature] Add a command palette entry for key bindings.
This commit adds a command palette entry to open CommandsBrowser key bindings file in a side by side manner.
1 parent 453cc3c commit 9fc5768

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

resources/CommandsBrowser.sublime-commands

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,15 @@
2222
"command": "edit_settings",
2323
"args": {
2424
"base_file": "${packages}/CommandsBrowser/resources/CommandsBrowser.sublime-settings",
25-
"default": "// Settings in here override those in \"CommandsBrowser/CommandsBrowser.sublime-settings\"\n\n{\n\t$0\n}\n",
25+
"default": "// Settings in here override those in \"CommandsBrowser/resources/CommandsBrowser.sublime-settings\"\n\n{\n\t$0\n}\n",
26+
},
27+
},
28+
{
29+
"caption": "Preferences: CommandsBrowser Key Bindings.",
30+
"command": "edit_settings",
31+
"args": {
32+
"base_file": "${packages}/CommandsBrowser/resources/Default.sublime-keymap",
33+
"default": "// Key bindings in here override those in \"CommandsBrowser/resources/Default.sublime-keymap\"\n\n[\n\t$0\n]\n",
2634
},
2735
},
2836
]

0 commit comments

Comments
 (0)