mirror of
https://github.com/junegunn/fzf.git
synced 2026-08-11 10:22:36 +08:00
Clarify debounced wait feedback in man page
Dimming, cursor hiding, and (..) appear only after the debounce delay, not immediately. Only input blocking is immediate.
This commit is contained in:
+6
-3
@@ -2313,9 +2313,12 @@ In this example, \fBsearch(foo)\fR starts an asynchronous search,
|
|||||||
\fBwait\fR blocks until the search completes, and \fBbest\fR then moves the
|
\fBwait\fR blocks until the search completes, and \fBbest\fR then moves the
|
||||||
cursor to the best match in the complete result set.
|
cursor to the best match in the complete result set.
|
||||||
|
|
||||||
While waiting, the UI is dimmed and user input is ignored (except for Escape or
|
While waiting, user input is ignored (except for Escape or Ctrl-C to cancel the
|
||||||
Ctrl-C to cancel the wait and discard pending actions). The info line shows
|
wait and discard the pending actions).
|
||||||
\fB(..)\fR to indicate that fzf is waiting for the search to complete.
|
|
||||||
|
If the search takes long enough, fzf indicates that it is waiting by dimming the
|
||||||
|
input, hiding the cursor, and showing \fB(..)\fR on the info line. This visual
|
||||||
|
feedback is debounced so that quick searches do not cause flickering.
|
||||||
|
|
||||||
.SS PREVIEW BINDING
|
.SS PREVIEW BINDING
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user