Skip to content

Instantly share code, notes, and snippets.

@jpablobr
Forked from apod/gist:252127
Created February 4, 2010 07:53
Show Gist options
  • Save jpablobr/294435 to your computer and use it in GitHub Desktop.
Save jpablobr/294435 to your computer and use it in GitHub Desktop.
# History search with up and 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