Update cheatsheets

This commit is contained in:
ivuorinen
2025-12-30 00:21:56 +00:00
parent 65da745d60
commit 175e6fa7c5
59 changed files with 277 additions and 59 deletions

View File

@@ -33,10 +33,10 @@ source: https://github.com/tldr-pages/tldr.git
`ed {{path/to/file}}`
- Replace a string with a specific replacement for all lines:
- [Interactive] Replace a string with a specific replacement for all lines:
`,s/{{regex}}/{{replacement}}/g<Enter>`
`,s/{{regex}}/{{replacement}}/g`
- Exit `ed`:
- [Interactive] Exit `ed`:
`q<Enter>`
`q`