- 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 afterunbind
- Bug fixes and improvements