mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-02 08:15:23 +02:00
zathura: add Spanish translation (#16683)
Co-authored-by: Darío Hereñú <magallania@gmail.com> Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
parent
98b98620fe
commit
d4707f57fb
1 changed files with 33 additions and 0 deletions
33
pages.es/linux/zathura.md
Normal file
33
pages.es/linux/zathura.md
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
# zathura
|
||||||
|
|
||||||
|
> Un visor de documentos modal tipo vim, con una línea de comando integrada.
|
||||||
|
> Asegúrese de tener instalado un backend (poppler, PostScript o DjVu).
|
||||||
|
> Más información: <https://pwmt.org/projects/zathura/>.
|
||||||
|
|
||||||
|
- Abre un archivo:
|
||||||
|
|
||||||
|
`zathura {{ruta_al_archivo}}`
|
||||||
|
|
||||||
|
- Navegue izquierda/arriba/abajo/derecha:
|
||||||
|
|
||||||
|
`{{<h>|<j>|<k>|<l>|<Flechas>}}`
|
||||||
|
|
||||||
|
- Gire:
|
||||||
|
|
||||||
|
`<r>`
|
||||||
|
|
||||||
|
- Invierte colores:
|
||||||
|
|
||||||
|
`<Ctrl r>`
|
||||||
|
|
||||||
|
- Busque texto en base a una cadena:
|
||||||
|
|
||||||
|
`</>{{cadena}}`
|
||||||
|
|
||||||
|
- Cree/elimine marcadores:
|
||||||
|
|
||||||
|
`<:>{{bmark|bdelete}} {{nombre_marcador}}<Enter>`
|
||||||
|
|
||||||
|
- Lista los marcadores:
|
||||||
|
|
||||||
|
`<:>blist<Enter>`
|
Loading…
Add table
Reference in a new issue