1
0
Fork 0
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:
Guido 2025-06-02 13:42:54 -03:00 committed by GitHub
parent 98b98620fe
commit d4707f57fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

33
pages.es/linux/zathura.md Normal file
View 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>`