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

Modify your readme, bindkey does not work, as mentioned in readme #138

Open
ayk16 opened this issue Nov 6, 2022 · 2 comments
Open

Modify your readme, bindkey does not work, as mentioned in readme #138

ayk16 opened this issue Nov 6, 2022 · 2 comments

Comments

@ayk16
Copy link

ayk16 commented Nov 6, 2022

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

@yum13241
Copy link

yum13241 commented Nov 29, 2022

Can confirm, I'm not on a Mac.

@RomainMorlevat
Copy link

I confirm too, on GNU/Linux.

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

No branches or pull requests

3 participants