-
Notifications
You must be signed in to change notification settings - Fork 0
/
Default (Windows).sublime-keymap
28 lines (26 loc) · 1.11 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
26
27
28
[
{ "keys": ["alt+."], "command": "auto_complete" },
{ "keys": ["alt+."], "command": "replace_completion_with_auto_complete", "context":
[
{ "key": "last_command", "operator": "equal", "operand": "insert_best_completion" },
{ "key": "auto_complete_visible", "operator": "equal", "operand": false },
{ "key": "setting.tab_completion", "operator": "equal", "operand": true }
]
},
{ "keys": ["ctrl+k", "1"], "command": "open_file",
"args": {"file": "${packages}/Default/Default (Windows).sublime-keymap"} },
{ "keys": ["ctrl+k", "2"], "command": "open_file",
"args": {"file": "${packages}/User/Default (Windows).sublime-keymap"} },
//Project keymap
// { "keys": ["ctrl+alt+p"], "command": "prompt_select_project" },
// { "keys": ["ctrl+alt+c"], "command": "close_project" },
{ "keys": ["shift+alt+e"], "command": "open_file", "args": { "file": "${project}" } },
// Terminus
{ "keys": ["super+backquote"], "command": "toggle_terminus_panel" },
{
"keys": ["ctrl+alt+t"], "command": "terminus_open", "args": {
"title": "Terminus",
"cwd": "${file_path:${folder}}"
}
}
]