We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 453cc3c commit 9fc5768Copy full SHA for 9fc5768
1 file changed
resources/CommandsBrowser.sublime-commands
@@ -22,7 +22,15 @@
22
"command": "edit_settings",
23
"args": {
24
"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",
+ "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",
34
},
35
36
]
0 commit comments