-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault (Windows).sublime-keymap
25 lines (25 loc) · 1.55 KB
/
Default (Windows).sublime-keymap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
{ "keys": ["f1"], "command": "toggle_menu" },
{ "keys": ["ctrl+e"], "command": "expand_abbreviation_by_tab" },
{ "keys": ["ctrl+f"], "command": "show_panel", "args": { "panel": "replace", "reverse": false } },
{ "keys": ["ctrl+g"], "command": "show_overlay", "args": { "overlay": "goto", "text": ":" } },
{ "keys": ["ctrl+v"], "command": "super_awesome_paste" },
{ "keys": ["ctrl+tab"], "command": "next_view_in_group" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view_in_group" },
{ "keys": ["ctrl+shift+h"], "command": "toggle_side_bar" },
{ "keys": ["ctrl+shift+o"], "command": "show_overlay", "args": { "overlay": "goto", "show_files": true } },
{ "keys": ["ctrl+shift+r"], "command": "rename_tag" },
{ "keys": ["ctrl+shift+v"], "command": "paste_from_history" },
{ "keys": ["ctrl+alt+n"], "command": "side_bar_new_file" },
{ "keys": ["ctrl+alt+m"], "command": "side_bar_move" },
{ "keys": ["ctrl+alt+f"], "command": "find_next_conflict" },
{ "keys": ["ctrl+alt+i"], "command": "import_js", "args": { "command": "fix" } },
{ "keys": ["ctrl+alt+shift+left"], "command": "keep", "args": { "keep": "theirs" } },
{ "keys": ["ctrl+alt+shift+right"], "command": "keep", "args": { "keep": "ours" } },
{ "keys": ["ctrl+super+p"], "command": "prompt_select_workspace" },
{ "keys": ["ctrl+alt+shift+n"], "command": "side_bar_duplicate" },
{ "keys": ["ctrl+alt+shift+s"], "command": "save_all" },
{ "keys": ["ctrl+k", "l"], "command": "reveal_in_side_bar" },
{ "keys": ["alt+up"], "command": "swap_line_up" },
{ "keys": ["alt+down"], "command": "swap_line_down" }
]