Skip to content

Instantly share code, notes, and snippets.

@utternerd
Last active August 23, 2016 17:29
Show Gist options
  • Save utternerd/fa8e6cc06cbedb4145d6 to your computer and use it in GitHub Desktop.
Save utternerd/fa8e6cc06cbedb4145d6 to your computer and use it in GitHub Desktop.
ZSH Page Up / Page Down History Search and Completion
bindkey "^[[5~" history-beginning-search-backward
bindkey "^[[6~" history-beginning-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment