-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDefault (OSX).sublime-keymap
22 lines (22 loc) · 1.5 KB
/
Default (OSX).sublime-keymap
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
{ "keys": ["super+["], "command": "jump_back" },
{ "keys": ["super+]"], "command": "jump_forward" },
{ "keys": ["super+b"], "command": "goto_definition" },
{ "keys": ["super+shift+b"], "command": "lsp_symbol_definition" },
{ "keys": ["super+shift+alt+b"], "command": "lsp_symbol_implementation" },
{ "keys": ["super+u"], "command": "goto_reference" },
{ "keys": ["super+shift+u"], "command": "lsp_symbol_references" },
{ "keys": ["alt+super+w"], "command": "close_other_tabs" },
{ "keys": ["ctrl+super+w"], "command": "pass" },
{ "keys": ["super+e"], "command": "open_recently_closed_file", "args": {"current_project_only": true} },
{ "keys": ["super+k", "super+t"], "command": "pass" },
{ "keys": ["ctrl+tab"], "command": "next_view" },
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" },
{ "keys": ["super+ctrl+p"], "command": "project_manager", "args": {"action": "open_project"} },
{ "keys": [",", "t"], "command": "neovintageous", "args": { "action": "toggle_side_bar" }, "context": [ { "key": "control", "operand": "sidebar_tree" } ] },
{ "keys": ["ctrl+k"], "command": "travel_to_pane", "args": {"direction": "up"} },
{ "keys": ["ctrl+l"], "command": "travel_to_pane", "args": {"direction": "right"} },
{ "keys": ["ctrl+j"], "command": "travel_to_pane", "args": {"direction": "down"} },
{ "keys": ["ctrl+h"], "command": "travel_to_pane", "args": {"direction": "left"} },
{ "keys": ["ctrl+r"], "command": "build", "args": {"select": true} },
]