Add sublime settings

This commit is contained in:
2016-01-04 14:57:22 +02:00
parent 461f3170d2
commit f6a9adc9e9
9 changed files with 1098 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
[
{ "keys": ["ctrl+d"], "command": "run_macro_file", "args": {"file": "Packages/Default/Delete Line.sublime-macro"} },
{ "keys": ["ctrl+shift+k"], "command": "find_under_expand" }
]