From 5595bd7096b1c7b55fcfc192d06d79a08f5667ab Mon Sep 17 00:00:00 2001 From: quilime Date: Wed, 10 Feb 2021 13:29:39 -0800 Subject: [PATCH] Update Vim-Cheatsheet.md --- Vim-Cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vim-Cheatsheet.md b/Vim-Cheatsheet.md index 53285ce..fc5fdae 100644 --- a/Vim-Cheatsheet.md +++ b/Vim-Cheatsheet.md @@ -27,7 +27,7 @@ noremap ## Insert Mode - `i` - `i`nsert content before selected char - - `I` - `I`nsert content at the beginning of the line + - `I` - `I`nsert content before first char on line - `a` - Insert content `a`fter select char - `A` - Insert content `A`fter last char on line - `o` - `o`pen new line below current -- 2.34.1