You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support retaining ${group} values while not displaying group headers
This commit adds a new `show-group` style value: `quiet`. Specifying
this option prevents any group headers from displaying in the completion
list, while still providing the ${group} value(s) to FZF preview/shell
commands. This is an alternative to `show-group none` where no headers
are shown, but all ${group} values are replaced by `__hide__`.
0 commit comments