From 842db57b32a8355f40c5e145f0d00b73df6bbb70 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Tue, 23 Mar 2021 17:09:51 -0400 Subject: [PATCH] Update cheat_sheet.md --- cheat_sheet.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/cheat_sheet.md b/cheat_sheet.md index 0759468..fe2a427 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -43,6 +43,10 @@ - `X` delete previous char - `:%s/wordtochange/changedvalue/gc` search/replace +## Copying + +- `"+y` copys visual selection to clipboard + ## Formatting - `=` auto indent selection/line @@ -56,7 +60,8 @@ ## Selection -- `` visual-line +- `v` visual-line +- `V` visual-line - `` visual block - `` visual block, highlight from start to click point