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