From: quilime Date: Sat, 20 Nov 2021 07:34:06 +0000 (-0800) Subject: Update Vim-Cheatsheet.md X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=cf17a362f5f0460774a5cdf4522774b6de38bde0;p=cfg.git Update Vim-Cheatsheet.md --- 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