mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
lib/completion: Don't select the first item of completion list.
Based on a commit by: Ole Reifschneider <mail@ole-reifschneider.de>
This commit is contained in:
parent
e5fa536313
commit
db18f4361b
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
|||
## fixme - the load process here seems a bit bizarre
|
||||
|
||||
setopt noautomenu
|
||||
setopt complete_in_word
|
||||
setopt always_to_end
|
||||
|
||||
|
|
@ -30,7 +29,7 @@ unsetopt MENU_COMPLETE
|
|||
# should this be in keybindings?
|
||||
bindkey -M menuselect '^o' accept-and-infer-next-history
|
||||
|
||||
zstyle ':completion:*:*:*:*:*' menu yes select
|
||||
zstyle ':completion:*:*:*:*:*' menu select
|
||||
# zstyle ':completion:*:*:*:*:processes' force-list always
|
||||
|
||||
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#) ([0-9a-z-]#)*=01;34=0=01'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue