You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
# 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