Skip to content

Instantly share code, notes, and snippets.

@mackstann
Created May 14, 2010 19:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mackstann/401542 to your computer and use it in GitHub Desktop.
Save mackstann/401542 to your computer and use it in GitHub Desktop.
# zshrc is for interactive shells only
setopt no_beep
setopt no_hup
setopt no_check_jobs
setopt no_bg_nice
setopt no_menu_complete
setopt no_auto_menu
setopt no_no_match
setopt no_auto_remove_slash
setopt complete_in_word
setopt hist_ignore_all_dups
setopt rm_star_silent
bindkey -v # vi mode, if you want it
bindkey '^?' backward-delete-char # only necessary for vi mode
bindkey '^R' history-incremental-search-backward
bindkey '^P' history-incremental-search-backward
bindkey '^N' history-incremental-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment