Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

vscode key binding for "goto next search result on the search results pane"?

Is there a vscode key binding for "goto next search result on the search results pane"?

I could not find it in the keybindings json or on http://code.visualstudio.com/docs/customization/keybindings, but the descriptions are not always that great and I might have missed it!

like image 355
bnieland Avatar asked Sep 29 '16 14:09

bnieland


People also ask

What is Ctrl K in VSCode?

To launch the Define Keybinding widget, press Ctrl+K Ctrl+K. The widget listens for key presses and renders the serialized JSON representation in the text box and below it, the keys that VS Code has detected under your current keyboard layout.

What does Ctrl R do in VSCode?

From there, Ctrl + R does indeed reload the VSCode window immediately.

What is Ctrl Shift P in VSCode?

You can define a keyboard shortcut for any task. From the Command Palette (Ctrl+Shift+P), select Preferences: Open Keyboard Shortcuts File, bind the desired shortcut to the workbench.


1 Answers

This is now supported.

  • F4 next search result
  • Shift + F4 previous search result
like image 131
Rhys van der Waerden Avatar answered Oct 10 '22 11:10

Rhys van der Waerden