-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Show a confirmation dialog when Ctrl+W is pressed in the terminal #13580
Comments
This one has been bothering me for awhile as well -- I've closed a Che tab so many times :) |
In Che Theia, the setting prevents reloading the page accidentally but doesn't prevent closing it. |
so it sounds more like a bug @azatsarynnyy |
The setting of Also, note that when I opened preferences - there was already set |
I think it is a bug. At least, that setting shouldn't affect the dasboard behavior. |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Reopening this issue since I still hit this daily; capturing |
I'll fight che-bot if I have to. |
@amisevsk you need to remove stale as well |
Thanks @benoitf :) |
Description
ctrl
+w
is the standard "kill word" (aka werase) hotkey in terminal, and it's weird to see Che Theia tab closed after trying to erase the last word. This issue is a feature request to show a confirmation dialog when Ctrl+W is pressed in the terminal.Reproduction Steps
ctrl
+w
.Actual: Che Theia browser tab is closed.
Expected: Ideal behavior would be the same as in native terminal - last word is erased, but I afraid whether it is possible to override such browser hotkey. So, at least a confirmation dialog should be shown before closing, because it's a typical thing when user press
ctrl
+w
in terminal and does not to close tab.The text was updated successfully, but these errors were encountered: