Sublime settings and packages.

This commit is contained in:
Artem Sapegin
2012-10-16 16:11:28 +04:00
parent 250fc306c2
commit 284fd62df2
16 changed files with 357 additions and 15 deletions

View File

@ -0,0 +1,4 @@
[
{ "keys": ["ctrl+d"], "command": "duplicate_line" },
{ "keys": ["ctrl+y"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} }
]