Skip to content

0.42.0

Compare
Choose a tag to compare
@junegunn junegunn released this 14 Jun 15:42
· 559 commits to master since this release
0.42.0
d471067
  • 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
        image