Skip to content

Commit 3ac075e

Browse files
authored
feat: add search shortcuts
1 parent 26f9d9a commit 3ac075e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.vscode/keybindings.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,23 @@
230230
{
231231
"key": "ctrl+]",
232232
"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+
}
233251
}
234252
]

0 commit comments

Comments
 (0)