-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathMongoDBCompass.keyclu
More file actions
25 lines (25 loc) · 937 Bytes
/
MongoDBCompass.keyclu
File metadata and controls
25 lines (25 loc) · 937 Bytes
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
{
"com.mongodb.compass": {
"🍀 Shortcuts": [
["Clears the screen (clear command)", "command", 37],
["Stop currently running command", "control", 8],
["Toggle shell (when not focused)", "control", 50]
],
"Move the cursor": [
["Backward one character", "control", 11],
["Forward one character", "control", 3],
["To the beginning of the line", "control", 0],
["To the end of the line", "control", 14]
],
"Editing": [
["Changes the line to Uppercase", "control", 32],
["Delete next character", "control", 2],
["Erase one character (backspace)", "control", 4],
["Swap the last 2 characters before the cursor", "control", 17]
],
"Command History": [
["Cycle backwards", "", 126],
["Cycle forwards", "", 125]
]
}
}