From 4a20e6d164542fafdb5579e8c9c420d4da113610 Mon Sep 17 00:00:00 2001 From: Dylan <145150333+dmmqz@users.noreply.github.com> Date: Tue, 30 Sep 2025 16:51:29 +0000 Subject: [PATCH] fzf: fix example (#18285) --- pages/common/fzf.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/common/fzf.md b/pages/common/fzf.md index 846036e4c4..591e3faf8d 100644 --- a/pages/common/fzf.md +++ b/pages/common/fzf.md @@ -24,6 +24,6 @@ `fzf {{[-q|--query]}} "^core go$ | rb$ | py$"` -- Start `fzf` on entries that not match `pyc` and match exactly `travis`: +- Start `fzf` on entries that do not match `pyc` and contain `travis`: -`fzf {{[-q|--query]}} "\!pyc 'travis'"` +`fzf {{[-q|--query]}} '!pyc travis'`