-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Ctrl + Backspace do not delete the word #3025
Comments
Is Ctrl+Backspace / Ctrl+Delete suppose to delete word-by-word the text on the right and left respectively, or something else? Because that's the current behavior on my Hyper terminal running Windows Subsystem for Linux. Maybe it's a shell thing? Which shell are you using? |
"Because that's the current behavior on my Hyper terminal running Windows Subsystem for Linux." for me too :) |
Im using powershell as shell. I normally used ComEmu with Powershll before, and there it works |
@rfgamaral "Is Ctrl+Backspace / Ctrl+Delete suppose to delete word-by-word the text on the right and left respectively, or something else?" |
As a note, the Ctrl+(Backspace/Delete) does work in PowerShell's terminal itself, just when I've tried it with Hyper, it doesn't do it. I'm not sure if that is something that bash with WSL automatically includes or if it's something that just works with the way Hyper's set up. I'd guess it's probably the first. Which means that it's possible that PowerShell doesn't include a case for Ctrl+(Backspace/Delete), but the terminal does. I am not sure if that is actually the case or not, but it's an initial guess. |
Same here. Key combination works on standard powershell but not from powershell within Hyper. |
Still the same. OS: Windows |
Is there a solution for this yet? |
I would like the ability to
Ctrl + Backspace
/Ctrl + Delete
to delete text in Hyper as possible in other terminals / Text Editors.OS: Windows
Hyper version: 2.0 stable
Shell: Powershell
The text was updated successfully, but these errors were encountered: