diff options
| author | Junegunn Choi <junegunn.c@gmail.com> | 2025-03-14 16:46:23 +0900 |
|---|---|---|
| committer | Junegunn Choi <junegunn.c@gmail.com> | 2025-03-14 16:46:23 +0900 |
| commit | 4298c0b1eb31b7563eb608e3fbf4069488ada08d (patch) | |
| tree | abca5dae422106c0ccc59e0070a9383995330777 /man | |
| parent | 6c104d771e382f499025a35b10f39d997ce83b7d (diff) | |
| download | fzf-4298c0b1eb31b7563eb608e3fbf4069488ada08d.tar.gz | |
Add `--ghost=TEXT` to display a ghost text when the input is empty
Diffstat (limited to 'man')
| -rw-r--r-- | man/man1/fzf.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/man1/fzf.1 b/man/man1/fzf.1 index 29dd89da..f4c8322c 100644 --- a/man/man1/fzf.1 +++ b/man/man1/fzf.1 @@ -710,6 +710,10 @@ Do not display horizontal separator on the info line. A synonym for \fB\-\-separator=''\fB .TP +.BI "\-\-ghost=" "TEXT" +Ghost text to display when the input is empty + +.TP .B "\-\-filepath\-word" Make word-wise movements and actions respect path separators. The following actions are affected: |
