From 8c71b1eeb58c724b41f195c0fd0ec54a27e99411 Mon Sep 17 00:00:00 2001 From: mahuntington Date: Fri, 24 Nov 2023 13:06:44 -0500 Subject: [PATCH] Update 'cheat_sheet.md' --- cheat_sheet.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/cheat_sheet.md b/cheat_sheet.md index 1f77973..280959e 100644 --- a/cheat_sheet.md +++ b/cheat_sheet.md @@ -52,8 +52,17 @@ - `dvb` delete backward to beginning of word including current char - `x` delete current char - `X` delete previous char + + +## Search + +- `/` find +- `n` find next match +- `N` find previous match +- `:noh` stop search highlight - `:%s/wordtochange/changedvalue/gc` search/replace + ## Copying - `"+y` copys visual selection to clipboard