zathura/zathura.1

196 lines
2.8 KiB
Groff
Raw Normal View History

2010-04-11 21:13:04 +02:00
.TH ZATHURA 1 zathura\-VERSION
.SH NAME
2010-02-15 02:33:53 +01:00
zathura \- a PDF viewer
.SH SYNOPSIS
.B zathura
.RB [\fIFILE\fR] [\fIPASSWORD\fR]
.SH DESCRIPTION
2010-02-15 02:33:53 +01:00
zathura is a highly customizable and functional PDF viewer based on the poppler
rendering library and the gtk+ toolkit. The idea behind zathura is an
application that provides a minimalistic and space saving interface as well as
an easy usage that mainly focuses on keyboard interaction.
.SH DEFAULT SETTINGS
2010-05-18 20:33:02 +02:00
.SS Shortcuts
.TP
2010-05-18 20:33:02 +02:00
.B J
Go to next page
.TP
2010-05-18 20:33:02 +02:00
.B K
Go to previous page
.TP
2010-05-18 20:33:02 +02:00
.B h
Scroll to the left
.TP
2010-05-18 20:33:02 +02:00
.B k
Scroll upwards
.TP
2010-05-18 20:33:02 +02:00
.B j
Scroll downwards
2010-02-15 02:33:53 +01:00
.TP
2010-05-18 20:33:02 +02:00
.B l
Scroll to the right
.TP
2010-05-18 20:33:02 +02:00
.B /
Search forwards
.TP
.B ?
Search backwards
.TP
.B n
Search last keyword forwards
.TP
.B N
Search last keyword backwards
.TP
.B Tab
Toggle index
.TP
.B o
2010-02-15 02:33:53 +01:00
Open a file
.TP
2010-05-18 20:33:02 +02:00
.B a
Zoom to fit
2010-02-15 02:33:53 +01:00
.TP
2010-05-18 20:33:02 +02:00
.B s
Zoom to width
2010-02-15 02:33:53 +01:00
.TP
2010-05-18 20:33:02 +02:00
.B f
Follow a link on the page
.TP
2010-05-18 20:33:02 +02:00
.B m
Mark current position and save it in register specified by a character
.TP
.B '
Go to saved position specified by the ensuing character
.TP
.B O
Change goto mode (L: search labels, D: default, O: manual offset)
.TP
.B ^i
Invert the colors of the page
.TP
.B i
Change to insert mode
.TP
.B v
Change to visual mode
.TP
.B :
Focus inputbar
.TP
.B Backspace
Delete last character in the buffer
.TP
2010-05-24 17:21:22 +02:00
.B F5
Toggle fullscreen mode
.TP
2010-05-18 20:33:02 +02:00
.B ^n
Toggle statusbar visibility
.TP
.B ^m
Toggle inputbar visibility
.TP
.B Esc | ^c
Abort
.TP
.B ^q
2010-02-15 02:33:53 +01:00
Quit the program
2010-05-18 20:33:02 +02:00
.SS Index commands
.TP
2010-05-18 20:33:02 +02:00
.B k
Navigate to one element above the current position
.TP
.B j
Navigate to one element below the current position
.TP
.B h
Collapse current element
.TP
.B l
Expand current element
.TP
.B Space | Return
Select current element
2010-02-15 02:33:53 +01:00
.SS Buffered commands
.TP
2010-02-15 02:33:53 +01:00
.B gg
Go to the first page
.TP
.B GG
Go to the last page
.TP
2010-02-15 02:33:53 +01:00
.B [0-9]+G
Go to the specified page
.TP
2010-02-15 02:33:53 +01:00
.B zI
Zoom in
.TP
2010-02-15 02:33:53 +01:00
.B zO
Zoom out
.TP
2010-02-15 02:33:53 +01:00
.B z0
Zoom to the original size
.TP
2010-02-15 02:33:53 +01:00
.B [0-9]+Z
Zoom to the given level
.TP
.B [0-9]+%
Move to the given position
2010-05-18 20:33:02 +02:00
.SS Commands
.TP
2010-05-18 20:33:02 +02:00
.B bmark
Bookmark current page
.TP
2010-05-18 20:33:02 +02:00
.B blist
List and open bookmark
2010-02-15 02:33:53 +01:00
.TP
2010-05-18 20:33:02 +02:00
.B close
Close current file
2010-02-15 02:33:53 +01:00
.TP
2010-05-18 20:33:02 +02:00
.B coffset
Set page offset
.TP
2010-05-18 20:33:02 +02:00
.B delbmark
Delete given bookmark
.TP
2010-05-18 20:33:02 +02:00
.B export
Export images or attached files
.TP
2010-05-18 20:33:02 +02:00
.B info
Show information about the document
.TP
2010-05-18 20:33:02 +02:00
.B open
2010-02-15 02:33:53 +01:00
Open a file
.TP
2010-05-18 20:33:02 +02:00
.B print
Print the document
2010-02-15 02:33:53 +01:00
.TP
2010-05-18 20:33:02 +02:00
.B rotate
Rotate the page
.TP
2010-05-18 20:33:02 +02:00
.B set
Set an option
.TP
2010-05-18 20:33:02 +02:00
.B quit
Quit the program
.TP
2010-05-18 20:33:02 +02:00
.B write
Save the document
2010-02-15 02:33:53 +01:00
.SS Inputbar shortcuts
.TP
.B Up
Move up in the command history
.TP
.B Down
Move down in the command history
.TP
.B Tab | Shift + Tab
Tab completion
.TP
.B ^w
Delete last word
.SH CONFIGURATION
2010-02-15 02:33:53 +01:00
The complete configuration including the appearance and shortcuts of the program
are defined in a separate file named config.h. In this file you are able to
2010-02-15 02:33:53 +01:00
change and adjust all the settings of zathura according to your wishes.