-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Dynamically changing preview label position #3862
Comments
No. But why would you do that? I can't think of a case where moving the label would benefit the user. Wouldn't it just be confusing? |
I am dynamically changing the preview, and I wanted to somehow differentiate between two possible modes. I was considering multiple options:
I also considered that the alternate preview could have different position of label (top vs bottom, left vs center vs right). I wanted to try it out, and thus this feature request. |
So it's not something you absolutely need. Please note that preview/border labels can show ANSI colors, it might help in your case. fzf --preview 'cat {}' --preview-label $' \x1b[33myellow ' --bind $'space:change-preview-label: \x1b[34mblue ' |
Certainly not. Nevertheless, it could be nice to have the option (if someone finds the free time to implement it :).
Thanks for the suggestion! |
Checklist
man fzf
)Output of
fzf --version
0.53.0 (c4a9ccd)
OS
Shell
Problem / Steps to reproduce
Is there a way to dynamically change the preview label position? Reading through the documentation I was unable to find something along the lines of
change-preview-label-pos
action.Since
change-preview-label
already is implemented, wouldn't it be more convenient to merge optionspreview-label
andpreview-label-pos
into one, of the signature along the linesThe text was updated successfully, but these errors were encountered: