Last active
March 10, 2025 13:23
-
-
Save GeneralD/bd3a10afa9d37e9efe7f5af288675ca6 to your computer and use it in GitHub Desktop.
Zsh partial search history
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
autoload -U up-line-or-beginning-search down-line-or-beginning-search | |
zle -N up-line-or-beginning-search | |
zle -N down-line-or-beginning-search | |
bindkey "^[[A" up-line-or-beginning-search | |
bindkey "^[[B" down-line-or-beginning-search |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment