From 451097d38403994dcbd83922aa657e869cc6464c Mon Sep 17 00:00:00 2001 From: Gitea Actions Date: Thu, 20 Aug 2026 04:44:19 +0000 Subject: [PATCH] chore(docs): regenerate manual, man page, and component registry --- docs/fish-config.1 | 8 +++++--- docs/fish-config.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/docs/fish-config.1 b/docs/fish-config.1 index d95f870..9b4fe3b 100644 --- a/docs/fish-config.1 +++ b/docs/fish-config.1 @@ -604,9 +604,11 @@ Ctrl+Enter Smart execute: runs commands instantly without pressing Enter a second time for certain fast-path commands (speedtest-fast, etc.). -\[at]\[at] FZF inline picker. Type \[at]\[at] anywhere on the command - line to open an fzf picker and insert a selection - at the cursor position. +\[at]\[at] FZF inline picker. Type \[at] twice anywhere on the + command line to open an fzf picker and replace the + \[at]\[at] with the selection. The \[at]\[at] must be typed as its + own token: \[dq]cat \[at]\[at]\[dq] triggers it, but \[dq]cat\[at]\[at]\[dq] does + not. Ctrl+Right Accept autosuggestion one word/directory segment at a time. (Restores Fish 3.x behavior by binding diff --git a/docs/fish-config.md b/docs/fish-config.md index 0f1e802..1d3d2b3 100644 --- a/docs/fish-config.md +++ b/docs/fish-config.md @@ -338,9 +338,11 @@ are active in Insert, Normal, and Visual modes unless noted. pressing Enter a second time for certain fast-path commands (speedtest-fast, etc.). - @@ FZF inline picker. Type @@ anywhere on the command - line to open an fzf picker and insert a selection - at the cursor position. + @@ FZF inline picker. Type @ twice anywhere on the + command line to open an fzf picker and replace the + @@ with the selection. The @@ must be typed as its + own token: "cat @@" triggers it, but "cat@@" does + not. Ctrl+Right Accept autosuggestion one word/directory segment at a time. (Restores Fish 3.x behavior by binding