Skip to content

Is it possible to search a pattern inside the preview window of bat? #2806

Answered by junegunn
carpetaa asked this question in Q&A
Discussion options

You must be logged in to vote

No, preview window is not interactive.

You can use execute action to open an interactive bat process.

fzf --preview 'bat --style=numbers --color=always {}' --bind 'ctrl-o:execute(clear; bat --paging=always {})'

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@carpetaa
Comment options

Answer selected by junegunn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants