fzf v0.30.0 Release Notes

    • ๐Ÿ›  Fixed cursor flickering over the screen by hiding it during rendering
    • โž• Added --ellipsis option. You can take advantage of it to make fzf effectively search non-visible parts of the item. sh # Search against hidden line numbers on the far right nl /usr/share/dict/words | awk '{printf "%s%1000s\n", $2, $1}' | fzf --nth=-1 --no-hscroll --ellipsis='' | awk '{print $2}'
    • โž• Added rebind action for restoring bindings after unbind
    • ๐Ÿ› Bug fixes and improvements