Update cheatsheets

This commit is contained in:
ivuorinen
2026-02-21 00:26:53 +00:00
parent d1fa360568
commit fac4aab4b1
15 changed files with 93 additions and 24 deletions

33
tldr/fresh Normal file
View File

@@ -0,0 +1,33 @@
---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# fresh
> A fully-featured terminal-based text editor.
> More information: <https://getfresh.dev/docs/>.
- Open a file:
`fresh {{path/to/file}}`
- Search for a pattern:
`<Ctrl f>{{search_pattern}}<Enter>`
- Replace a pattern:
`<Ctrl r>{{search_pattern}}<Enter>{{replacement}}<Enter>`
- Show File Explorer:
`<Ctrl e>`
- Save file:
`<Ctrl s>`
- Quit:
`<Ctrl q>`