add keymaps
This commit is contained in:
parent
f7a577c8ae
commit
192af7b360
6
Default (Linux).sublime-keymap
Normal file
6
Default (Linux).sublime-keymap
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"keys": ["ctrl+alt+w"],
|
||||
"command": "hws_toggle_whitespaces"
|
||||
}
|
||||
]
|
6
Default (OSX).sublime-keymap
Normal file
6
Default (OSX).sublime-keymap
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"keys": ["super+alt+w"],
|
||||
"command": "hws_toggle_whitespaces"
|
||||
}
|
||||
]
|
6
Default (Windows).sublime-keymap
Normal file
6
Default (Windows).sublime-keymap
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{
|
||||
"keys": ["ctrl+alt+w"],
|
||||
"command": "hws_toggle_whitespaces"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user