Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Completion: How to show description for current option?
- X-seq: zsh-users 27013
 
- From: Marlon Richert <marlon.richert@xxxxxxxxx>
 
- To: Zsh Users <zsh-users@xxxxxxx>
 
- Subject: Completion: How to show description for current option?
 
- Date: Tue, 31 Aug 2021 14:03:52 +0300
 
- Archived-at: <https://zsh.org/users/27013>
 
- List-id: <zsh-users.zsh.org>
 
If I type
% git switch -c^D
then completion shows only
-c
Instead, I would like it to show all matching completions with descriptions:
--conflict                               change how conflicting hunks
are presented
--create                  -c             create and switch to a new
branch
I want this even when there is only one matching option.
How do I configure this?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author