From a6cc05936e830f38311508b1ac331f69cacc89c9 Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 7 Apr 2021 07:11:16 +0900 Subject: [PATCH] ADVANCED.md: Clarification on {q} --- ADVANCED.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ADVANCED.md b/ADVANCED.md index 8b0cfa8..fd3a7a1 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.