From cf17a362f5f0460774a5cdf4522774b6de38bde0 Mon Sep 17 00:00:00 2001 From: quilime Date: Fri, 19 Nov 2021 23:34:06 -0800 Subject: [PATCH] Update Vim-Cheatsheet.md --- Vim-Cheatsheet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Vim-Cheatsheet.md b/Vim-Cheatsheet.md index fc5fdae..4b1e013 100644 --- a/Vim-Cheatsheet.md +++ b/Vim-Cheatsheet.md @@ -43,6 +43,7 @@ noremap - `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 -- 2.34.1