Skip to content

Instantly share code, notes, and snippets.

@ddribin
Created October 29, 2009 13:46
Show Gist options
  • Save ddribin/221454 to your computer and use it in GitHub Desktop.
Save ddribin/221454 to your computer and use it in GitHub Desktop.
# I like to complete on everything typed so far, not just the first
# word. This is more like tcsh, too. :)
bindkey "^[p" history-beginning-search-backward
bindkey "^[n" history-beginning-search-forward
# Make completion case insensitive
zstyle ':completion:*' matcher-list 'm:{a-z}={A-Z}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment