mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 14:14:17 +02:00
zathura: add Italian translation (#7222)
This commit is contained in:
parent
664ac4843b
commit
b8fad939d5
1 changed files with 33 additions and 0 deletions
33
pages.it/linux/zathura.md
Normal file
33
pages.it/linux/zathura.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
# zathura
|
||||
|
||||
> Un visualizzatore di documenti ispirato a vim, con una linea di comando integrata.
|
||||
> Assicurati che sia installata un backend (poppler, PostScript, o DjVu).
|
||||
> Maggiori informazioni: <https://pwmt.org/projects/zathura/>.
|
||||
|
||||
- Aprire un file:
|
||||
|
||||
`zathura {{path/to/file}}`
|
||||
|
||||
- Navigare sinistra/sopra/sotto/destra:
|
||||
|
||||
`<H|J|K|L> or arrow keys`
|
||||
|
||||
- Ruotare:
|
||||
|
||||
`r`
|
||||
|
||||
- Invertire i colori:
|
||||
|
||||
`Ctrl + R`
|
||||
|
||||
- Ricercare all'interno del testo una stringa:
|
||||
|
||||
`/{{string}}`
|
||||
|
||||
- Creare/eliminare i segnalibri:
|
||||
|
||||
`:{{bmark|bdelete}} {{bookmark_name}}`
|
||||
|
||||
- Lista dei segnalibri:
|
||||
|
||||
`:blist`
|
Loading…
Add table
Reference in a new issue