- merged with oashi time settings
- sorted lines
This commit is contained in:
@ -1,5 +1,16 @@
|
||||
[
|
||||
{ "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} },
|
||||
{ "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" }
|
||||
]
|
||||
|
Reference in New Issue
Block a user