2022-08-18 22:32:58 +02:00
|
|
|
[
|
|
|
|
{ "keys": ["ctrl+alt+up"], "command": "select_lines", "args": {"forward": false} },
|
|
|
|
{ "keys": ["ctrl+alt+down"], "command": "select_lines", "args": {"forward": true} },
|
2023-02-24 17:21:13 +01:00
|
|
|
{ "keys": ["ctrl+tab"], "command": "next_view" },
|
|
|
|
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
|
|
|
|
{ "keys": ["ctrl+shift+x"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"} },
|
|
|
|
{ "keys": ["alt+keypad_plus"], "command": "jump_forward" },
|
|
|
|
{ "keys": ["ctrl+b"], "command": "none" },
|
|
|
|
{ "keys": ["ctrl+keypad_enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"} },
|
|
|
|
// { "keys": ["shift+tab"], "command": "insert", "args": {"characters": "\t"} },
|
|
|
|
// { "keys": ["tab"], "command": "insert_best_completion", "args": {"default": "\t", "exact": true} } // can't unset this. fuck you.
|
|
|
|
{ "keys": ["ctrl+alt+n"], "command": "new_snippet" },
|
|
|
|
{ "keys": ["ctrl+alt+f"], "command": "auto_indent" }
|
|
|
|
// { "keys": [""], "command": "lower_case" }
|
|
|
|
// { "keys": [""], "command": "upper_case" }
|
2022-08-18 22:32:58 +02:00
|
|
|
]
|