You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
474 B
9 lines
474 B
[
|
|
{ "keys": ["ctrl+m", "ctrl+l"], "command": "fold_by_level", "args": {"level": 1} },
|
|
{ "keys": ["ctrl+m", "ctrl+m"], "command": "unfold_all" },
|
|
{ "keys": ["ctrl+shift+alt+a"], "command": "alignment" },
|
|
{ "keys": ["ctrl+alt+p"], "command": "prompt_select_workspace"},
|
|
{ "keys": ["ctrl+j"], "command": "ace_jump_word"},
|
|
{ "keys": ["ctrl+shift+j"], "command": "ace_jump_char"},
|
|
{ "keys": ["ctrl+shift+g"], "command": "ace_jump_line"}
|
|
]
|
|
|