Search code examples
keyboard-shortcutsvisual-studio-code

Is there a command in VS code for skipping a match when selecting words individually that match with ctrl+d?


I have searched vscode's keyboard shortcuts but I can't seem to find a command.


Solution

  • Once you've started the matching using ctrl+d, you can press ctrl+k, ctrl+d to skip the current match. Use cmd+k, cmd+d on Mac.

    Alternatively, to undo the most recent selection and go back one step, use ctrl+u (or cmd+u on Mac).