From 716001789b7789e71280868524fe860ae15daa0c 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 --- 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 5d38e12d3..daebca254 100644 --- a/doc_src/interactive.rst +++ b/doc_src/interactive.rst @@ -453,7 +453,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.