Skip to content
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

input(): Support useful shortcuts #51

Open
bitspittle opened this issue Sep 8, 2021 · 1 comment
Open

input(): Support useful shortcuts #51

bitspittle opened this issue Sep 8, 2021 · 1 comment
Labels
enhancement New feature / functionality

Comments

@bitspittle
Copy link
Contributor

Ctrl + U: Delete input
Ctrl + W: Delete word
Alt + Backspace (and Ctrl + Backspace?): Delete last word

@bitspittle bitspittle added the enhancement New feature / functionality label Sep 17, 2021
@bitspittle
Copy link
Contributor Author

For reference for later:

Ctrl + U -> 21
Ctrl + W -> 23
Alt + Backspace -> 27, 127
Ctrl + Bacpspace -> 8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature / functionality
Projects
None yet
Development

No branches or pull requests

1 participant