-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkeybindings.json
43 lines (43 loc) · 1.06 KB
/
keybindings.json
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
[
{
"key": "shift+cmd+space",
"command": "aichat.newchataction"
},
{
"key": "shift+cmd+space",
"command": "aichat.newchataction"
},
{
"key": "shift+cmd+a",
"command": "aipopup.action.modal.generate",
"when": "editorFocus && !composerBarIsVisible && !composerControlPanelIsVisible",
"args": {
"invocationType": "toggle"
}
},
{
"key": "cmd+e",
"command": "cursorai.action.generateInTerminal",
"when": "terminalFocus && terminalHasBeenCreated || terminalFocus && terminalProcessSupported"
},
{
"key": "cmd+l",
"command": "expandLineSelection",
"when": "textInputFocus"
},
{
"key": "cmd+k cmd+c",
"command": "editor.action.addCommentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "cmd+r cmd+c",
"command": "-editor.action.addCommentLine",
"when": "editorTextFocus && !editorReadonly"
},
{
"key": "shift+cmd+l",
"command": "editor.action.selectHighlights",
"when": "editorFocus"
},
]