fzf v0.16.0 Release Notes

    • Added --height HEIGHT[%] option
      • fzf can now display finder without occupying the full screen
    • 0️⃣ Preview window will truncate long lines by default. Line wrap can be enabled by :wrap flag in --preview-window.
    • Latin script letters will be normalized before matching so that it's easier to match against accented letters. e.g. sodanco can match Só Danço Samba.
      • Normalization can be disabled via --literal
    • ➕ Added --filepath-word to make word-wise movements/actions (alt-b, alt-f, alt-bs, alt-d) respect path separators