Skip to content

Instantly share code, notes, and snippets.

@apod
Created December 9, 2009 00:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save apod/252127 to your computer and use it in GitHub Desktop.
Save apod/252127 to your computer and use it in GitHub Desktop.
ZSH: History search with up/down 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