add keymaps

This commit is contained in:
Kemal Hadimli 2012-10-05 00:26:23 +03:00
parent f7a577c8ae
commit 192af7b360
3 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,6 @@
[
{
"keys": ["ctrl+alt+w"],
"command": "hws_toggle_whitespaces"
}
]

View File

@ -0,0 +1,6 @@
[
{
"keys": ["super+alt+w"],
"command": "hws_toggle_whitespaces"
}
]

View File

@ -0,0 +1,6 @@
[
{
"keys": ["ctrl+alt+w"],
"command": "hws_toggle_whitespaces"
}
]