Files
cheatsheet-tldr/tldr/fresh
2026-02-21 00:26:53 +00:00

34 lines
466 B
Plaintext

---
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>`