- Added
--ghost=TEXT
to display a ghost text when the input is empty# Display "Type to search" when the input is empty fzf --ghost "Type to search"
- Added
change-ghost
andtransform-ghost
actions for dynamically changing the ghost text - Added
change-pointer
andtransform-pointer
actions for dynamically changing the pointer sign - Added
r
flag for placeholder expression (raw mode) for unquoted output - Bug fixes and improvements