1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

o: add page (#15888)

This commit is contained in:
Managor 2025-03-11 06:42:28 +02:00 committed by GitHub
parent e27fc36d86
commit ae74f8a0a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

20
pages/common/o.md Normal file
View file

@ -0,0 +1,20 @@
# o
> Orbiton, a simple configuration-free text editor.
> More information: <https://github.com/xyproto/orbiton>.
- Open a file in editor:
`o {{path/to/file}}`
- Open a file as read-only:
`o {{[-m|-monitor]}} {{path/to/file}}`
- Save the file:
`<Ctrl s>`
- Quit Orbiton:
`<Ctrl q>`