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}