sublemon windows keymap
This commit is contained in:
parent
d347274865
commit
8e460257e9
1 changed files with 6 additions and 0 deletions
6
Default (Windows).sublime-keymap
Normal file
6
Default (Windows).sublime-keymap
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{ "keys": ["ctrl+shift+d"], "command": "find_under_expand" },
|
||||
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
|
||||
{ "keys": ["ctrl+tab"], "command": "next_view" },
|
||||
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" }
|
||||
]
|
Loading…
Reference in a new issue