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
The following lines - bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down did not work in my mac, not sure why
bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down
But adding the following lines worked perfectly bindkey '^[OA' history-substring-search-up bindkey '^[OB' history-substring-search-down
bindkey '^[OA' history-substring-search-up bindkey '^[OB' history-substring-search-down
Please add this in your readme.
Even though when I tried using cat -v It showed ^[[A and ^[[B So not really sure why ^[OA and ^[OB worked, but this can be helpful for future viewers
The text was updated successfully, but these errors were encountered:
Can confirm, I'm not on a Mac.
Sorry, something went wrong.
I confirm too, on GNU/Linux.
No branches or pull requests
The following lines -
bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down
did not work in my mac, not sure why
But adding the following lines worked perfectly
bindkey '^[OA' history-substring-search-up bindkey '^[OB' history-substring-search-down
Please add this in your readme.
Even though when I tried using cat -v
It showed ^[[A and ^[[B
So not really sure why ^[OA and ^[OB worked, but this can be helpful for future viewers
The text was updated successfully, but these errors were encountered: