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:
parent
e27fc36d86
commit
ae74f8a0a7
1 changed files with 20 additions and 0 deletions
20
pages/common/o.md
Normal file
20
pages/common/o.md
Normal 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>`
|
Loading…
Add table
Reference in a new issue