From aa782bdad739a794b9048b559ce4d45acdc0aab8 Mon Sep 17 00:00:00 2001 From: Daniel Rainer Date: Sun, 6 Jul 2025 20:10:21 +0200 Subject: [PATCH] Fix vi mode docs for moving to beginning of line --- doc_src/interactive.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/interactive.rst b/doc_src/interactive.rst index ecb4c2ed4..c45e479f2 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -507,7 +507,7 @@ Command mode is also known as normal mode. - :kbd:`backspace` moves the cursor left. -- :kbd:`g` / :kbd:`G` moves the cursor to the beginning/end of the commandline, respectively. +- :kbd:`g,g` / :kbd:`G` moves the cursor to the beginning/end of the commandline, respectively. - :kbd:`:,q` exits fish.