add custom sublime keymappings

This commit is contained in:
2014-12-23 15:41:28 -07:00
parent 2ae6d06e82
commit f908504059

View 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"}
]