Skip to content

Instantly share code, notes, and snippets.

@LeoLeal
Created July 28, 2023 12:19
Show Gist options
  • Select an option

  • Save LeoLeal/43a68e95d10f07872f338d71ab4465b5 to your computer and use it in GitHub Desktop.

Select an option

Save LeoLeal/43a68e95d10f07872f338d71ab4465b5 to your computer and use it in GitHub Desktop.
Adds partial history search with arrow keys in terminal.
# 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