Replies: 1 comment 6 replies
-
If it’s possible to do with fzf it’s possible to do in fzf-lua, you can send raw args to fzf using P.S. I don’t understand what you’re trying to do or what’s the use case, if you can clarify properly I’m sure there’s a more efficient way to achieve what you want with fzf-lua. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@ibhagwan
My requirement is on the execution of a custom key bind action that executes something and puts some content back into the preview window. If possible grab the content of the preview window before executing this key bind. fzf have something like this. Read fzf-lua docs, still unable to figure out how to do this. Appreciate the help
fzf --preview 'cat {}' --bind 'ctrl-d:preview:file {}' --bind 'ctrl-f:preview:cat {}'
Beta Was this translation helpful? Give feedback.
All reactions