add custom sublime keymappings
This commit is contained in:
7
SublimeText/User.sublime-keymap
Normal file
7
SublimeText/User.sublime-keymap
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
[
|
||||||
|
{ "keys": ["super+shift+v"], "command": "paste" },
|
||||||
|
{ "keys": ["super+v"], "command": "paste_and_indent" },
|
||||||
|
{ "keys": ["super+alt+l"], "command": "normalize_region_ends" },
|
||||||
|
{ "keys": ["super+alt+n"], "command": "advanced_new_file_new"},
|
||||||
|
{ "keys": ["super+shift+r"], "command": "reveal_in_side_bar"}
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user