forked from eXist-db/eXide
-
Notifications
You must be signed in to change notification settings - Fork 0
/
keybindings.js
49 lines (49 loc) · 2.31 KB
/
keybindings.js
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"gotoLine": ["Ctrl-L", "Command-L"],
"historyBack": ["Ctrl-Alt-Left", "Ctrl-Command-Left"],
"fold": ["Alt-L", "Command-Option-L"],
"unfold": ["Alt-Shift-L", "Command-Option-Shift-L"],
"saveDocument": ["Ctrl-Shift-S", "Command-Shift-S"],
"runQuery": ["Ctrl-Return", "Command-Return"],
"runQueryOrApp": ["Ctrl-Shift-Return", "Command-Shift-Return"],
"openDocument": ["Ctrl-Shift-O", "Command-Shift-O"],
"newDocumentFromTemplate": ["Ctrl-Shift-N", "Command-Shift-N"],
"closeDocument": ["Ctrl-Shift-W", "Command-Option-W"],
"closeAll": ["Ctrl-Alt-W", "Command-Ctrl-W"],
"autocomplete": ["Ctrl-Space", "Ctrl-Space|Option-Space"],
"nextTab": ["Ctrl-Shift-PageDown", "Ctrl-Option-Right"],
"previousTab": ["Ctrl-Shift-PageUp", "Ctrl-Option-Left"],
"functionDoc": ["F1", "F1"],
"gotoDefinition": ["F3", "F3"],
"searchIncremental": ["Ctrl-F", "Command-F"],
"searchReplace": ["Ctrl-Shift-F", "Command-Shift-F"],
"findModule": ["F4", "F4"],
"indentOrParam": ["Tab", "Tab"],
"escape": ["Esc", "Esc"],
"dbManager": ["Ctrl-Shift-M", "Command-Shift-M"],
"toggleComment": ["Ctrl-Shift-C", "Command-Shift-C"],
"synchronize": ["Alt-Shift-S", "Command-Option-S"],
"preferences": ["Alt-Shift-P", "Ctrl-Command-P"],
"openApp": ["Ctrl-Alt-R", "Command-Option-R"],
"xqueryFormat": ["Ctrl-Shift-P", "Command-Shift-P"],
"quickfix": ["Ctrl-Shift-Q", "Command-Ctrl-Q"],
"expandSelection": ["Ctrl-Shift-Up", "Ctrl-Command-Up"],
"renameSymbol": ["Ctrl-Alt-R", "Command-Ctrl-R"],
"removeTags": ["Ctrl-Alt-Backspace", "Command-Option-Backspace"],
"extractFunction": ["Ctrl-Shift-X", "Command-Ctrl-X"],
"extractVariable": ["Ctrl-Shift-E", "Command-Ctrl-E"],
"gotoSymbol": ["Ctrl-Shift-U", "Command-Shift-U"],
"openTab": ["Ctrl-Alt-O", "Command-Ctrl-O"],
"toggleQueryResults": ["Ctrl-Shift-E", "Command-Shift-E"],
"commandPalette": ["Ctrl-Alt-K", "Command-Shift-K"],
"findFiles": ["Ctrl-Alt-F", "Command-Option-F"],
"gotoTab1": ["Alt-1", "Ctrl-1"],
"gotoTab2": ["Alt-2", "Ctrl-2"],
"gotoTab3": ["Alt-3", "Ctrl-3"],
"gotoTab4": ["Alt-4", "Ctrl-4"],
"gotoTab5": ["Alt-5", "Ctrl-5"],
"gotoTab6": ["Alt-6", "Ctrl-6"],
"gotoTab7": ["Alt-7", "Ctrl-7"],
"gotoTab8": ["Alt-8", "Ctrl-8"],
"gotoTab9": ["Alt-9", "Ctrl-9"]
}