mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-11 11:58:34 +00:00
Update cheatsheets
This commit is contained in:
4
tldr/vim
4
tldr/vim
@@ -34,9 +34,9 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`</>{{search_pattern}}<Enter>`
|
||||
|
||||
- Perform a regular expression substitution in the whole file:
|
||||
- Perform a `regex` substitution in the whole file:
|
||||
|
||||
`<:>%s/{{regular_expression}}/{{replacement}}/g<Enter>`
|
||||
`<:>%s/{{regex}}/{{replacement}}/g<Enter>`
|
||||
|
||||
- Display the line numbers:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user