-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is it possible to hide prompt ? #1396
Comments
The whole line? It's not supported. |
@junegunn I wonder what is the idea behind I probably overlook something, but isnt the prompt useless in |
No, it's not useless. Here's an example: https://github.com/junegunn/fzf/blob/master/ADVANCED.md#using-fzf-as-interative-ripgrep-launcher (
For a pure item selector, there are many, possibly better, alternatives to fzf such as smenu. |
Close #2890 Close #1396 You can't type in queries in this mode, and the only way to trigger an fzf search is to use `search(...)` action. # Click header to trigger search fzf --header '[src] [test]' --no-input --layout reverse \ --header-border bottom --input-border \ --bind 'click-header:transform-search:echo ${FZF_CLICK_HEADER_WORD:1:-1}'
As subject says, I would like to hide prompt and just have pointer selector.
Is there a way to do that ?
The text was updated successfully, but these errors were encountered: