mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
6d706c5ffc
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
377 B
377 B
edit
A terminal-based text editor from Microsoft. More information: https://github.com/microsoft/edit.
- Open a file:
edit {{path/to/file}}
- Search for a pattern:
<Ctrl f>{{pattern}}<Enter>
- Find and replace a pattern:
<Ctrl r>{{pattern}}<Enter>
- Copy text:
<Ctrl c>
- Paste text:
<Ctrl v>
- Open the File menu:
<Alt f>
- Quit:
<Ctrl q>