]> git.quilime.com - cfg.git/commitdiff
Update Vim-Cheatsheet.md
authorquilime <gdunne@quilime.com>
Sat, 20 Nov 2021 07:34:06 +0000 (23:34 -0800)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 1 Dec 2021 19:12:33 +0000 (11:12 -0800)
Vim-Cheatsheet.md

index fc5fdae02f522b383d4cf3ddb4d2fffc5ea8a192..4b1e0138f767c1aaae49fcc9546bd282a4fb0e1a 100644 (file)
@@ -43,6 +43,7 @@ noremap <Right> <Nop>
   - `d` - `d`elete. Like "ctrl-x - cut", puts text in clipboard
   - `y` - `y`ank. Like "ctrl-c - copy", puts text in clipbaord
   - `c` - `c`hange. Deletes (cuts) and enter Insert mode immediately
+  - `p` - `p`aste, like "ctrl-v", before the cursor. `P` for after the cursor.
 
 ## Normal Mode Commands