docs: correct insert mode key

This commit is contained in:
Kevin Cali 2023-08-21 11:33:54 +02:00 committed by Fabian Boehm
parent 79aeb1656c
commit 716001789b

View file

@ -453,7 +453,7 @@ Command mode is also known as normal mode.
- :kbd:`i` enters :ref:`insert mode <vi-mode-insert>` at the current cursor position. - :kbd:`i` enters :ref:`insert mode <vi-mode-insert>` at the current cursor position.
- :kbd:`Shift`\ +\ :kbd:`R` enters :ref:`insert mode <vi-mode-insert>` at the beginning of the line. - :kbd:`Shift`\ +\ :kbd:`I` enters :ref:`insert mode <vi-mode-insert>` at the beginning of the line.
- :kbd:`v` enters :ref:`visual mode <vi-mode-visual>` at the current cursor position. - :kbd:`v` enters :ref:`visual mode <vi-mode-visual>` at the current cursor position.