mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
fresh: add page (#21178)
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
# 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>`
|
||||
Reference in New Issue
Block a user