new: added additional config files

This commit is contained in:
2022-08-18 22:32:58 +02:00
parent e50238789a
commit 2a03193ad6
12 changed files with 3650 additions and 0 deletions

View File

@ -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} },
]