Skip to content
Discussion options

You must be logged in to vote

I just discovered that this is, in fact, already possible through Zsh's completion system. The following hides both types of Shift-Tab completions, but without disabling them:

zstyle ':completion:*:all-matches' hidden all
zstyle ':completion:*:unambiguous' hidden all

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@tomKPZ
Comment options

Comment options

You must be logged in to vote
1 reply
@tomKPZ
Comment options

Answer selected by tomKPZ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants