|
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? |
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 {})' |
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
executeaction to open an interactive bat process.