Skip to content

Commit b5c01ae

Browse files
authored
chore: navigate search
1 parent 00e9944 commit b5c01ae

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.vscode/keybindings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,12 +231,14 @@
231231
"command": "editor.unfold",
232232
},
233233
{
234-
"key": "ctrl+n",
234+
"key": "alt+down",
235235
"command": "search.focus.nextInputBox",
236+
"when": "searchInputBoxFocus || searchViewletFocus"
236237
},
237238
{
238-
"key": "ctrl+p",
239+
"key": "alt+up",
239240
"command": "search.focus.previousInputBox",
241+
"when": "searchInputBoxFocus || searchViewletFocus"
240242
},
241243
{
242244
"key": "cmd+enter",

0 commit comments

Comments
 (0)