[
{ "keys": ["ctrl+l"], "command": "expand_selection", "args": {"to": "line"} },
{
"keys": ["alt+c"],
"command": "testt_print_param",
},
{
"keys": ["tab"],
"command": "move",
"args": {
"by": "characters",
"forward": true
},
"context": [
{
"key": "following_text",
"operator": "regex_contains",
"operand": "^[)\\]\\>\\'\\\"\\}]",
"match_all": true
}
]
},
{
"keys": ["escape"],
"command": "clear_fields",
"context": [
{
"key": "has_next_field",
"operator": "equal",
"operand": true
}
]
},
{
"keys": ["ctrl+shift+n"],
"command": "advanced_new_file_new"
},
{
"keys": ["ctrl+shift+c"],
"command": "color_pick"
},
{
"keys": ["f4"],
"command": "js_format"
},
{
"keys": ["ctrl+shift+r"],
"command": "pep8_autoformat"
},
{
"keys": ["alt+c"],
"command": "an_jian"
},
{
"keys": ["ctrl+b"],
"command": "toggle_side_bar"
},
{
"keys": ["alt+s"],
"command": "set_mark"
},
{
"keys": ["alt+g"],
"command": "select_to_mark"
},
{
"keys": ["alt+d"],
"command": "swap_with_mark"
},
{
"keys": ["alt+s"],
"command": "reindent",
"args": {
"single_line": true
}
},
{
"keys": ["ctrl+shift+v"],
"command": "paste_and_indent"
},
{
"keys": ["shift+alt+tab"],
"command": "move",
"args": {
"by": "characters",
"forward": true
},
"context": [
{
"key": "following_text",
"operator": "regex_contains",
"operand": "^[)\\]\\>\\'\\\"\\}]",
"match_all": true
}
]
},
{
"keys": ["escape"],
"command": "clear_fields",
"context": [
{
"key": "has_next_field",
"operator": "equal",
"operand": true
}
]
},
{
"keys": ["f1"],
"command": "run_existing_window_command",
"args": {
"id": "repl_shell",
"file": "config/Shell/Main.sublime-menu"
}
},
{
"keys": ["alt+f1"],
"command": "run_existing_window_command",
"args": {
"id": "repl_shell",
"file": "config/Shell/Main.sublime-menu"
}
},
{
"keys": ["f2"],
"command": "build"
},
{
"keys": ["alt+f2"],
"command": "run_existing_window_command",
"args": {
"id": "repl_python_run_3732",
"file": "config/Python3732/Main.sublime-menu"
}
},
{
"keys": ["alt+`"],
"command": "run_existing_window_command",
"args": {
"id": "repl_python_3732",
"file": "config/Python3732/Main.sublime-menu"
}
},
{
"keys": ["alt+shift+3"],
"command": "set_layout",
"args": {
"cols": [0.0, 1.0],
"rows": [0.0, 0.7, 1.0],
"cells": [
[0, 0, 1, 1],
[0, 1, 1, 2]
]
}
},
{
"keys": ["alt+shift+4"],
"command": "set_layout",
"args": {
"cols": [0.0, 0.65, 1.0],
"rows": [0.0, 0.7, 1.0],
"cells": [
[0, 0, 1, 1],
[0, 1, 1, 2],
[1, 0, 2, 2]
]
}
},
{
"keys": ["alt+shift+5"],
"command": "set_layout",
"args": {
"cols": [0.0, 0.7, 1.0],
"rows": [0.0, 0.7, 1.0],
"cells": [
[0, 0, 1, 1],
[0, 1, 2, 2],
[1, 0, 2, 1]
]
}
}
]