mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-05 01:55:49 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/o
Normal file
25
tldr/o
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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>`
|
||||
Reference in New Issue
Block a user