Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Completion: How to show description for current option?



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