mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 20:00:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -30,9 +30,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`<Esc></>{{search_pattern}}<Enter>`
|
||||
|
||||
- Perform a regular expression substitution in the whole file:
|
||||
- Perform a `regex` substitution in the whole file:
|
||||
|
||||
`<Esc><:>%s/{{regular_expression}}/{{replacement}}/g<Enter>`
|
||||
`<Esc><:>%s/{{regex}}/{{replacement}}/g<Enter>`
|
||||
|
||||
- Enter normal mode and save (write) the file, and quit:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user