-
Notifications
You must be signed in to change notification settings - Fork 311
PredictionViewStyle ListView allow escape out of selection in emacs mode #1932
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
Comments
Hello @bgelens, thanks for trying out this feature! You can check your edit mode by |
If you are using the Also, we will have a blog posted next week about this feature, so please stay tuned. |
Hey @daxian-dbw. Thanks for the info. I'm using emacs (running on Mac where this is more natural fit). I did not think about using ctrl+z. I can confirm it has the desired effect for me! I'll use this as a workaround for now (esc will be more natural and getting from your reply it is mend to work) |
Yes, Escape in |
Should I close this issue considering the tracking issue you created? If so please feel free to close yourself :) |
It turns out Escape in A workaround would be to map Escape, Escape to Set-PSReadLineKeyHandler -Key 'Escape, Escape' -Function RevertLine |
Description of the new feature/enhancement
The new ListView for predictions is awesome! One thing I've found a little bit impacting my flow, is the lack of ability to escape out of the list and just return to what I had typed. I've tried a couple of keybindings but none seem to work.
The only option is to arrow up until I'm out of the list view. This will return my original input
Proposed technical implementation details (optional)
Allow Escape to directly return back to what was typed and return the cursor position
cc @SteveL-MSFT
The text was updated successfully, but these errors were encountered: