here's where my ^L problem comes from

This commit is contained in:
Hunter Haugen 2010-05-11 11:36:03 -07:00
parent 23e2700497
commit 00aabc1e24

2
.zshrc
View file

@ -5,7 +5,7 @@ bindkey -e
zstyle :compinstall filename '~/.zshrc'
autoload -Uz compinit
compinit -u
bindkey '^L' push-line
#bindkey '^L' push-line
bindkey "^I" expand-or-complete-prefix
umask 022