Added Search & Replace command (#1943)
This commit is contained in:
parent
04d0b8d9df
commit
11cfb5c943
6
vim.md
6
vim.md
|
@ -173,6 +173,12 @@ Getting started
|
||||||
|
|
||||||
See [Operators](#operators) for other things you can do.
|
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
|
Operators
|
||||||
---------
|
---------
|
||||||
{: .-three-column}
|
{: .-three-column}
|
||||||
|
|
Loading…
Reference in New Issue