-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
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
Option to invert terminal search direction #79039
Comments
@rebornix did you say you were going to add commands for these? |
yes, I was thinking about adding following things to allow users to decide what keybindings to use
It may come together with #15727 and if the solution is simple, I'll make it generic. |
One thing I'm not sure about yet is whether we should have dedicated context keys for editor find, terminal find and Webviews, or we should only have a generic one and uses can use other context keys like |
@rebornix the terminal already has separate context keys and it's default behavior needs to be inverted. |
Fixed in master. With next Insiders, you should be able to revert the keybindings by adding following into your keybindings.json
|
@rebornix enter and shift+enter doesn't seem to work in the terminal find widget anymore? |
Good catch actually, the keybinding was added on Windows and Linux. |
We should verify these keybindings on all platforms just in case. |
Verified on all platforms. |
In VSCode 1.37, searching in the terminal was changed so that pressing enter searches backwards in the terminal. I could not find an option to change it back, or a way to override it using keyboard shortcuts, so here's a feature request for it.
The text was updated successfully, but these errors were encountered: