mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
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:
parent
ff27c04067
commit
e1ea6919c1
1 changed files with 3 additions and 2 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue