summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2021-04-07 07:11:16 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2021-04-07 07:12:39 +0900
commita6cc05936e830f38311508b1ac331f69cacc89c9 (patch)
tree5a5eec98b92b59bb40fa157132e5b8243dfc14a1
parentb2098435456e45bbddfefdcfa234f3924b68c522 (diff)
ADVANCED.md: Clarification on {q}
-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.