Skip to content

Commit 96cbbda

Browse files
fix #57 'Some default key bindings are overridden by JavaScriptEnhancements'
1 parent 88b125e commit 96cbbda

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Default.sublime-keymap

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"keys": ["super+alt+w"],
3+
"keys": ["super+alt+j"],
44
"command": "javascript_enhancements_can_i_use"
55
},
66
{
@@ -22,7 +22,7 @@
2222
"command": "javascript_enhancements_go_to_definition"
2323
},
2424
{
25-
"keys": ["super+alt+s"],
25+
"keys": ["super+alt+h"],
2626
"command": "javascript_enhancements_show_hint_parameters"
2727
},
2828
{"keys": ["tab"], "command": "javascript_enhancements_window_view_keypress", "args": {"key": "tab"}, "context": [{"key": "setting.javascript_enhancements_window_view"}]},
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"caption": "Tools", "children": [{"caption": "Npm/Yarn Scripts", "children": [], "id": "npm_scripts"}], "id": "tools"}]
1+
[{"id": "tools", "caption": "Tools", "children": [{"id": "npm_scripts", "caption": "Npm/Yarn Scripts", "children": []}]}]

0 commit comments

Comments
 (0)