Skip to content

Commit

Permalink
docs: correct insert mode key
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincali authored and faho committed Aug 21, 2023
1 parent 79aeb16 commit 7160017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc_src/interactive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:`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.

Expand Down

0 comments on commit 7160017

Please sign in to comment.