Open ayk16 opened 2 years ago
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
Can confirm, I'm not on a Mac.
I confirm too, on GNU/Linux.
The following lines -
bindkey '^[[A' history-substring-search-up bindkey '^[[B' history-substring-search-down
did not work in my mac, not sure whyBut 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