-
I can search some pattern inside the bat window with Then how can I use this searching function of bat in the preview window of fzf when using them like below? |
Beta Was this translation helpful? Give feedback.
Answered by
junegunn
Apr 29, 2022
Replies: 1 comment 1 reply
-
No, preview window is not interactive. You can use fzf --preview 'bat --style=numbers --color=always {}' --bind 'ctrl-o:execute(clear; bat --paging=always {})' |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
junegunn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No, preview window is not interactive.
You can use
execute
action to open an interactive bat process.