mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
o: add Spanish translation (#16095)
This commit is contained in:
parent
6b26cee9e5
commit
dec28604f3
1 changed files with 24 additions and 0 deletions
24
pages.es/common/o.md
Normal file
24
pages.es/common/o.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# o
|
||||
|
||||
> Orbiton, un sencillo editor de texto sin configuración.
|
||||
> Más información: <https://github.com/xyproto/orbiton>.
|
||||
|
||||
- Abre un archivo en el editor:
|
||||
|
||||
`o {{ruta/a/archivo}}`
|
||||
|
||||
- Abre un archivo como de solo lectura:
|
||||
|
||||
`o {{[-m|-monitor]}} {{ruta/a/archivo}}`
|
||||
|
||||
- Guarda el archivo:
|
||||
|
||||
`<Ctrl s>`
|
||||
|
||||
- Sale de Orbiton:
|
||||
|
||||
`<Ctrl q>`
|
||||
|
||||
- Muestra la ayuda:
|
||||
|
||||
`o {{[-h|--help]}}`
|
Loading…
Add table
Reference in a new issue