changed the default for how tab autocompletion works, one tab complete to where we can. two, you get a menu/select.

This commit is contained in:
ArcheyDevil 2012-02-12 12:34:48 +11:00
commit e1ea6919c1

View file

@ -22,7 +22,8 @@ fi
# should this be in keybindings? # should this be in keybindings?
bindkey -M menuselect '^o' accept-and-infer-next-history bindkey -M menuselect '^o' accept-and-infer-next-history
zstyle ':completion:*:*:*:*:*' menu yes select #zstyle ':completion:*:*:*:*:*' menu yes select
zstyle ':completion:*:*:*:*:*' menu select
zstyle ':completion:*:kill:*' force-list always zstyle ':completion:*:kill:*' force-list always
# zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01' # zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
# zstyle ':completion:*:*:*:*:processes' command "ps -u $(whoami) -o pid,user,comm -w -w" # zstyle ':completion:*:*:*:*:processes' command "ps -u $(whoami) -o pid,user,comm -w -w"