We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26f9d9a commit 3ac075eCopy full SHA for 3ac075e
.vscode/keybindings.json
@@ -230,5 +230,23 @@
230
{
231
"key": "ctrl+]",
232
"command": "editor.unfold",
233
+ },
234
+ {
235
+ "key": "ctrl+n",
236
+ "command": "search.focus.nextInputBox",
237
238
239
+ "key": "ctrl+p",
240
+ "command": "search.focus.previousInputBox",
241
242
243
+ "key": "cmd+enter",
244
+ "command": "runCommands",
245
+ "args": {
246
+ "commands": [
247
+ "closeFindWidget",
248
+ "editor.action.smartSelect.expand"
249
+ ]
250
+ }
251
}
252
]
0 commit comments