m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-19 17:13:42 -05:00

Add change-ghost and transform-ghost

This commit is contained in:
Junegunn Choi
2025-03-28 23:35:20 +09:00
parent 0dce561ec9
commit ba6d1b8772
6 changed files with 153 additions and 129 deletions

View File

@@ -8,6 +8,7 @@ CHANGELOG
# Display "Type to search" when the input is empty
fzf --ghost "Type to search"
```
- Added `change-ghost` and `transform-ghost` actions for dynamically changing the ghost text
- Added `change-pointer` and `transform-pointer` actions for dynamically changing the pointer sign
- Bug fixes and improvements