mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 12:51:19 +00:00
34 lines
466 B
Plaintext
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>`
|