edit: add page (#21253)

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
crispyfires
2026-02-25 23:10:19 -05:00
committed by GitHub
parent 04f3702fbf
commit 6d706c5ffc
2 changed files with 39 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
# 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>`
+7
View File
@@ -0,0 +1,7 @@
# msedit
> This command is an alias of `edit`.
- View documentation for the original command:
`tldr edit`