Skip to content

Instantly share code, notes, and snippets.

@bootleq
Created July 26, 2011 02:49
Show Gist options
  • Save bootleq/1105841 to your computer and use it in GitHub Desktop.
Save bootleq/1105841 to your computer and use it in GitHub Desktop.
zaw 簡易設定例
# zaw 設定
# zaw - https://github.com/nakamuray/zaw
# 沒有 zaw.zsh 的話就跳過
# 所以要先 git clone git://github.com/nakamuray/zaw.git ~/repository
if [ -e ~/repository/zaw/zaw.zsh ]; then
source ~/repository/zaw/zaw.zsh
# 改 key binding,有需要再改啦
# bindkey ",ff" zaw
# bindkey ",fb" zaw-bookmark
# bindkey ",fg" zaw-git-files
bindkey ",fh" zaw-history
zstyle ':filter-select' max-lines 25
zstyle ':filter-select' case-insensitive yes
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment