mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 20:35:34 +02:00
zathura: add pt_BR translation (#8699)
This commit is contained in:
parent
4d7711a0fb
commit
ed3260dbc1
1 changed files with 33 additions and 0 deletions
33
pages.pt_BR/linux/zathura.md
Normal file
33
pages.pt_BR/linux/zathura.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
# zathura
|
||||
|
||||
> Um visualizador de documentos modular e baseado em vim, com uma linha de comando integrada.
|
||||
> Tenha certeza de que um backend está instalado (poppler, PostScript, ou DjVu).
|
||||
> Mais informações: <https://pwmt.org/projects/zathura/>.
|
||||
|
||||
- Abre um arquivo
|
||||
|
||||
`zathura {{caminho/para/arquivo}}`
|
||||
|
||||
- Navega esquerda/baixo/cima/direita:
|
||||
|
||||
`<H|J|K|L> ou teclas direcionais`
|
||||
|
||||
- Rotaciona:
|
||||
|
||||
`r`
|
||||
|
||||
- Inverte cores:
|
||||
|
||||
`Ctrl + R`
|
||||
|
||||
- Procura por uma string no documento:
|
||||
|
||||
`/{{string}}`
|
||||
|
||||
- Cria/remove marcadores de página:
|
||||
|
||||
`:{{bmark|bdelete}} {{nome_do_marcador}}`
|
||||
|
||||
- Lista marcadores de página:
|
||||
|
||||
`:blist`
|
Loading…
Add table
Reference in a new issue