We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After opening the 'find' dialog with ctrl + f, there are keybindings for every other button on the dialog except for 'Find in selection':
ctrl + f
Match Case (Alt + C) Match Whole Word (Alt + W) Toggle regex (Alt + R) Previous match (Shift + F3) Next Match (F3) Close (Escape)
Alt + C
Alt + W
Alt + R
Shift + F3
F3
Escape
I recommend adding an editor command "Toggle 'Find in selection'" with a default keybinding of Alt + S
Alt + S
The text was updated successfully, but these errors were encountered:
Fix microsoft#24887. Keybinding to toggle Find in selection.
669efe3
a68dc0d
rebornix
No branches or pull requests
After opening the 'find' dialog with
ctrl + f
, there are keybindings for every other button on the dialog except for 'Find in selection':Match Case (
Alt + C
)Match Whole Word (
Alt + W
)Toggle regex (
Alt + R
)Previous match (
Shift + F3
)Next Match (
F3
)Close (
Escape
)I recommend adding an editor command "Toggle 'Find in selection'" with a default keybinding of
Alt + S
The text was updated successfully, but these errors were encountered: