From 2d84bcdf7eaa151bcc672b0f16326f168afa2c1d Mon Sep 17 00:00:00 2001 From: rootiest Date: Tue, 28 Jul 2026 03:34:02 -0400 Subject: [PATCH] docs(bindings): document Ctrl+Right autosuggestion behavior --- docs/fish-config.md | 4 ++++ docs/manual/03-key-bindings.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/fish-config.md b/docs/fish-config.md index 5869747..efd8f82 100644 --- a/docs/fish-config.md +++ b/docs/fish-config.md @@ -342,6 +342,10 @@ are active in Insert, Normal, and Visual modes unless noted. line to open an fzf picker and insert a selection at the cursor position. + Ctrl+Right Accept autosuggestion one word/directory segment + at a time. (Restores Fish 3.x behavior by binding + to nextd-or-forward-word). + ## FZF Bindings (bundled from PatrickF1/fzf.fish) Ctrl+R Search command history diff --git a/docs/manual/03-key-bindings.md b/docs/manual/03-key-bindings.md index 76a8931..7841c13 100644 --- a/docs/manual/03-key-bindings.md +++ b/docs/manual/03-key-bindings.md @@ -46,6 +46,10 @@ are active in Insert, Normal, and Visual modes unless noted. line to open an fzf picker and insert a selection at the cursor position. + Ctrl+Right Accept autosuggestion one word/directory segment + at a time. (Restores Fish 3.x behavior by binding + to nextd-or-forward-word). + ## FZF Bindings (bundled from PatrickF1/fzf.fish) Ctrl+R Search command history