From 9dc0d3a6e84dc0f6f356ddfe4b83f012437d0c51 Mon Sep 17 00:00:00 2001 From: Kevin Cali <20154415+kevincali@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:33:54 +0200 Subject: [PATCH] docs: correct insert mode key (cherry picked from commit 716001789b7789e71280868524fe860ae15daa0c) --- 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 19553ed12..2adea7925 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -446,7 +446,7 @@ Command mode is also known as normal mode. - :kbd:`i` enters :ref:`insert mode ` at the current cursor position. -- :kbd:`Shift`\ +\ :kbd:`R` enters :ref:`insert mode ` at the beginning of the line. +- :kbd:`Shift`\ +\ :kbd:`I` enters :ref:`insert mode ` at the beginning of the line. - :kbd:`v` enters :ref:`visual mode ` at the current cursor position.