summaryrefslogtreecommitdiffstats
path: root/ADVANCED.md
diff options
context:
space:
mode:
Diffstat (limited to 'ADVANCED.md')
-rw-r--r--ADVANCED.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/ADVANCED.md b/ADVANCED.md
index 8b0cfa80..fd3a7a15 100644
--- a/ADVANCED.md
+++ b/ADVANCED.md
@@ -338,6 +338,7 @@ IFS=: read -ra selected < <(
Otherwise, the initial Ripgrep process will keep consuming system resources
even after `reload` is triggered.
- 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
reduce the number of intermediate Ripgrep processes while we're typing in
a query.