mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 17:46:02 +02:00
vim: remove wrongly description of %
This commit is contained in:
parent
c4a0fbd89e
commit
666f312e2b
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
`<Esc>/{{search_pattern}}<Enter>`
|
`<Esc>/{{search_pattern}}<Enter>`
|
||||||
|
|
||||||
- Perform a regex substitution in the whole file (from the start to the end(% holds the file name)):
|
- Perform a regex substitution in the whole file:
|
||||||
|
|
||||||
`<Esc>:%s/{{pattern}}/{{replacement}}/g<Enter>`
|
`<Esc>:%s/{{pattern}}/{{replacement}}/g<Enter>`
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue