1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-07 07:46:02 +02:00
tldr/pages/common/o.md

25 lines
329 B
Markdown
Raw Normal View History

2025-03-11 06:42:28 +02:00
# 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>`
2025-03-26 00:36:41 +02:00
- Display help:
`o {{[-h|--help]}}`