Created
April 29, 2022 10:51
-
-
Save devinus/2f55e488901fc1c3a5f6181714540f75 to your computer and use it in GitHub Desktop.
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 -Uz up-line-or-beginning-search | |
autoload -Uz 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