We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Probably this feature is already planned, but I will request it just in case.
Running the dummy example, if I try to use any navigation key such as an arrow key or home key, then ugly control chars are printed instead. example:
help^[[D
I was expecting/hoping that standard nav keys would work, eg:
left/right arrows for navigating text up/down arrows for cycling through history home/end for begin/end of line ctrl-a / ctrl-e for begin/end of line
a complete list of bash shortcuts is here: https://ss64.com/bash/syntax-keyboard.html
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Probably this feature is already planned, but I will request it just in case.
Running the dummy example, if I try to use any navigation key such as an arrow key or home key, then ugly control chars are printed instead. example:
I was expecting/hoping that standard nav keys would work, eg:
left/right arrows for navigating text
up/down arrows for cycling through history
home/end for begin/end of line
ctrl-a / ctrl-e for begin/end of line
a complete list of bash shortcuts is here:
https://ss64.com/bash/syntax-keyboard.html
The text was updated successfully, but these errors were encountered: