Skip to content

Commit

Permalink
keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
luozhihua committed Aug 4, 2017
1 parent fe35c4c commit f88b09f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Default (Linux).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[{
"keys": ["ctrl+shift+h"],
"keys": ["ctrl+shift+h", "f"],
"command": "vuenextformatter"
}, {
"keys": ["ctrl+alt+h", "p"],
Expand Down
2 changes: 1 addition & 1 deletion Default (OSX).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[{
"keys": ["super+shift+h"],
"keys": ["super+shift+h", "f"],
"command": "vuenextformatter"
}, {
"keys": ["super+alt+h", "p"],
Expand Down
2 changes: 1 addition & 1 deletion Default (Windows).sublime-keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[{
"keys": ["ctrl+shift+h"],
"keys": ["ctrl+shift+h", "f"],
"command": "vuenextformatter"
}, {
"keys": ["ctrl+alt+h", "p"],
Expand Down

0 comments on commit f88b09f

Please sign in to comment.