mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 15:37:22 +00:00
sublimeText: key bindings
This commit is contained in:
parent
1b153e8145
commit
418d2e0cd5
1 changed files with 2 additions and 1 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[
|
||||
{ "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" },
|
||||
|
|
@ -9,7 +10,7 @@
|
|||
{ "keys": ["ctrl+shift+я"], "command": "redo" },
|
||||
{ "keys": ["ctrl+т"], "command": "new_file" },
|
||||
{ "keys": ["ctrl+ы"], "command": "save" },
|
||||
{ "keys": ["ctrl+w"], "command": "close" },
|
||||
{ "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"} },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue