new: added additional config files
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
[
|
||||
{ "keys": ["ctrl+shift+x"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
|
||||
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
|
||||
{ "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} },
|
||||
]
|
Reference in New Issue
Block a user