From 11cfb5c943e16d302c36ad3186b5522721b01370 Mon Sep 17 00:00:00 2001 From: TheDarkTron Date: Fri, 27 Jan 2023 11:22:50 +0100 Subject: [PATCH] Added Search & Replace command (#1943) --- vim.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vim.md b/vim.md index 1788ab17e..72be34b95 100644 --- a/vim.md +++ b/vim.md @@ -173,6 +173,12 @@ Getting started See [Operators](#operators) for other things you can do. +### Find & Replace + +| Shortcut | Description | +| --- | --- | +| :%s/foo/bar/g | Replace foo with bar in whole document | + Operators --------- {: .-three-column}