Replies: 1 comment 8 replies
-
|
Set export FZF_COMPLETION_TRIGGER='' |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In bash, can I invoke the fuzzy completion from code so that I can skip the
**trigger altogether?I would like
fruits<TAB>to behave asfruits **<TAB>.Actually I would prefer it to expand to
fruits="<selected items>".Is something like that possible?
Beta Was this translation helpful? Give feedback.
All reactions