Added Search & Replace command (#1943)

This commit is contained in:
TheDarkTron 2023-01-27 11:22:50 +01:00 committed by GitHub
parent 04d0b8d9df
commit 11cfb5c943
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

6
vim.md
View File

@ -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}