mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
20 lines
1.1 KiB
Text
20 lines
1.1 KiB
Text
[
|
||
{ "keys": ["ctrl+shift+o"], "command": "reveal_in_side_bar"},
|
||
{ "keys": ["ctrl+shift+щ"], "command": "reveal_in_side_bar"},
|
||
{ "keys": ["ctrl+ф"], "command": "select_all" },
|
||
{ "keys": ["ctrl+ч"], "command": "cut" },
|
||
{ "keys": ["ctrl+с"], "command": "copy" },
|
||
{ "keys": ["ctrl+м"], "command": "paste" },
|
||
{ "keys": ["ctrl+shift+м"], "command": "paste_and_indent" },
|
||
{ "keys": ["ctrl+я"], "command": "undo" },
|
||
{ "keys": ["ctrl+shift+я"], "command": "redo" },
|
||
{ "keys": ["ctrl+т"], "command": "new_file" },
|
||
{ "keys": ["ctrl+ы"], "command": "save" },
|
||
{ "keys": ["ctrl+ц"], "command": "close" },
|
||
{ "keys": ["ctrl+shift+ы"], "command": "prompt_save_as" },
|
||
{ "keys": ["ctrl+а"], "command": "show_panel", "args": {"panel": "find", "reverse": false} },
|
||
{ "keys": ["ctrl+shift+а"], "command": "show_panel", "args": {"panel": "find_in_files"} },
|
||
{ "keys": ["ctrl+р"], "command": "show_panel", "args": {"panel": "replace", "reverse": false} },
|
||
{ "keys": ["ctrl+з"], "command": "show_overlay", "args": {"overlay": "goto", "show_files": true} },
|
||
{ "keys": ["ctrl+shift+з"], "command": "show_overlay", "args": {"overlay": "command_palette"} },
|
||
]
|