mirror of
https://github.com/HerrCraziDev/dotfiles.git
synced 2026-04-20 14:34:21 +02:00
zsh: enable single-tab completion$
This commit is contained in:
5
.zshrc
5
.zshrc
@@ -31,7 +31,7 @@ source "$HOME/.termrc"
|
|||||||
|
|
||||||
# The following lines were added by compinstall
|
# The following lines were added by compinstall
|
||||||
|
|
||||||
zstyle ':completion:*' completer _list _expand _complete _ignored _approximate _prefix
|
zstyle ':completion:*' completer _expand _complete _ignored _approximate _prefix
|
||||||
zstyle ':completion:*' expand prefix
|
zstyle ':completion:*' expand prefix
|
||||||
zstyle ':completion:*' file-sort name
|
zstyle ':completion:*' file-sort name
|
||||||
zstyle ':completion:*' ignore-parents parent
|
zstyle ':completion:*' ignore-parents parent
|
||||||
@@ -69,3 +69,6 @@ bindkey -e
|
|||||||
# Disable zsh globbing error messages, leave it to the called program
|
# Disable zsh globbing error messages, leave it to the called program
|
||||||
setopt +o nomatch
|
setopt +o nomatch
|
||||||
|
|
||||||
|
# Set immediate completion
|
||||||
|
setopt menu_complete
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user