1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-16 05:54:53 +02:00

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

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}