|
|
@ -1,6 +1,6 @@
|
|
|
|
# TODO: Explain what some of this does..
|
|
|
|
# TODO: Explain what some of this does..
|
|
|
|
autoload -U compinit
|
|
|
|
autoload -U compinit
|
|
|
|
compinit
|
|
|
|
compinit -i
|
|
|
|
|
|
|
|
|
|
|
|
bindkey -e
|
|
|
|
bindkey -e
|
|
|
|
bindkey '\ew' kill-region
|
|
|
|
bindkey '\ew' kill-region
|
|
|
@ -38,4 +38,4 @@ bindkey ' ' magic-space # also do history expansion on space
|
|
|
|
#bindkey '^I' complete-word
|
|
|
|
#bindkey '^I' complete-word
|
|
|
|
## Fix weird sequence that rxvt produces
|
|
|
|
## Fix weird sequence that rxvt produces
|
|
|
|
#bindkey -s '^[[Z' '\t'
|
|
|
|
#bindkey -s '^[[Z' '\t'
|
|
|
|
#
|
|
|
|
#
|
|
|
|