Created
July 28, 2023 12:19
-
-
Save LeoLeal/43a68e95d10f07872f338d71ab4465b5 to your computer and use it in GitHub Desktop.
Adds partial history search with arrow keys in terminal.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # partial history search with arrow keys | |
| bindkey "^[[A" history-beginning-search-backward | |
| bindkey "^[[B" history-beginning-search-forward |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment