Sublime: paste+indent by default.
This commit is contained in:
parent
1d5e6d6662
commit
9864d6eebe
@ -1,4 +1,6 @@
|
|||||||
[
|
[
|
||||||
{ "keys": ["command+d"], "command": "duplicate_line" },
|
{ "keys": ["super+d"], "command": "duplicate_line" },
|
||||||
{ "keys": ["command+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
|
{ "keys": ["super+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
|
||||||
|
{ "keys": ["super+v"], "command": "paste_and_indent" },
|
||||||
|
{ "keys": ["super+shift+v"], "command": "paste" }
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user