]> git.quilime.com - cfg.git/commitdiff
Update Vim-Cheatsheet.md
authorquilime <gdunne@quilime.com>
Wed, 10 Feb 2021 21:29:39 +0000 (13:29 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Sat, 20 Feb 2021 00:54:00 +0000 (16:54 -0800)
Vim-Cheatsheet.md

index 53285cec70e837957f4fa6113f3b043c31680d35..fc5fdae02f522b383d4cf3ddb4d2fffc5ea8a192 100644 (file)
@@ -27,7 +27,7 @@ noremap <Right> <Nop>
 ## 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