From: quilime Date: Wed, 10 Feb 2021 21:29:39 +0000 (-0800) Subject: Update Vim-Cheatsheet.md X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=5595bd7096b1c7b55fcfc192d06d79a08f5667ab;p=cfg.git Update Vim-Cheatsheet.md --- 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