Releases
0.42.0
Added new info style: --info=right
Added new info style: --info=inline-right
Added new border style thinblock
which uses symbols for legacy computing one eighth block elements
Similarly to block
, this style is suitable when using a different background color because the window is completely contained within the border.
This style may not render correctly depending on the font and the terminal emulator.
thinblock
BAT_THEME=GitHub fzf --info=right --border=thinblock --preview-window=border-thinblock \
--margin=3 --scrollbar=▏▕ --preview=' bat --color=always --style=numbers {}' \
--color=light,query:238,fg:238,bg:251,bg+:249,gutter:251,border:248,preview-bg:253
block
BAT_THEME=GitHub fzf --info=right --border=block --preview-window=border-block \
--margin=3 --scrollbar=▌▐ --separator=━ --preview=' bat --color=always --style=numbers {}' \
--color=light,query:238,fg:238,bg:251,bg+:249,gutter:251,border:248,preview-bg:253,preview-border:252
You can’t perform that action at this time.