mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-04-01 07:01:50 +00:00
ADVANCED.md: Clarification on {q}
This commit is contained in:
parent
b209843545
commit
a6cc05936e
@ -338,6 +338,7 @@ IFS=: read -ra selected < <(
|
|||||||
Otherwise, the initial Ripgrep process will keep consuming system resources
|
Otherwise, the initial Ripgrep process will keep consuming system resources
|
||||||
even after `reload` is triggered.
|
even after `reload` is triggered.
|
||||||
- Filtering is no longer a responsibitiliy of fzf; hence `--disabled`
|
- Filtering is no longer a responsibitiliy of fzf; hence `--disabled`
|
||||||
|
- `{q}` in the reload command evaluates to the query string on fzf prompt.
|
||||||
- `sleep 0.1` in the reload command is for "debouncing". This small delay will
|
- `sleep 0.1` in the reload command is for "debouncing". This small delay will
|
||||||
reduce the number of intermediate Ripgrep processes while we're typing in
|
reduce the number of intermediate Ripgrep processes while we're typing in
|
||||||
a query.
|
a query.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user