Added sublime config
This commit is contained in:
parent
ed7d1e8ead
commit
881684f103
110 changed files with 6156 additions and 0 deletions
6
sublime-text/Default/Add Line in Braces.sublime-macro
Normal file
6
sublime-text/Default/Add Line in Braces.sublime-macro
Normal file
|
@ -0,0 +1,6 @@
|
|||
[
|
||||
{"command": "insert", "args": {"characters": "\n\n"} },
|
||||
{"command": "move", "args": {"by": "lines", "forward": false} },
|
||||
{"command": "move_to", "args": {"to": "hardeol", "extend": false} },
|
||||
{"command": "reindent", "args": {"single_line": true} }
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue