mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 01:58:07 +00:00
Update cheatsheets
This commit is contained in:
33
tldr/fresh
Normal file
33
tldr/fresh
Normal 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>`
|
||||
Reference in New Issue
Block a user