zathura/zathura.1
Moritz Lipp 74dbf7f267 Fix some typos in the man page
Thanks to pipping
2010-03-15 08:09:33 +01:00

162 lines
2.2 KiB
Groff

.TH ZATHURA 1 zathura\-0.0
.SH NAME
zathura \- a PDF viewer
.SH SYNOPSIS
.B zathura
.RB [\fIFILE\fR] [\fIPASSWORD\fR]
.SH DESCRIPTION
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
.SS Commands
.TP
.B bmark
Bookmark current page
.TP
.B blist
List and open bookmark
.TP
.B close
Close current file
.TP
.B delbmark
Delete given bookmark
.TP
.B export
Export images or attached files
.TP
.B info
Show information about the document
.TP
.B open
Open a file
.TP
.B print
Print the document
.TP
.B rotate
Rotate the page
.TP
.B set
Set an option
.TP
.B quit
Quit the program
.TP
.B write
Save the document
.SS Buffered commands
.TP
.B gg
Go to the first page
.TP
.B GG
Go to the last page
.TP
.B [0-9]+G
Go to the specified page
.TP
.B zI
Zoom in
.TP
.B zO
Zoom out
.TP
.B z0
Zoom to the original size
.TP
.B [0-9]+Z
Zoom to the given level
.TP
.B [0-9]+%
Move to the given position
.SS Shortcuts
.TP
.B ^n
Toggle statusbar
.TP
.B ^m
Toggle inputbar
.TP
.B ^q
Quit the program
.TP
.B Esc | ^c
Abort
.TP
.B ^i
Invert the colors of the page
.TP
.B /
Search forwards
.TP
.B ?
Search backwards
.TP
.B Tab
Toggle index
.TP
.B J
Go to next page
.TP
.B K
Go to previous page
.TP
.B h
Scroll to the left
.TP
.B k
Scroll upwards
.TP
.B j
Scroll downwards
.TP
.B l
Scroll to the right
.TP
.B i
Change to insert mode
.TP
.B v
Change to visual mode
.TP
.B :
Focus inputbar
.TP
.B o
Open a file
.TP
.B n
Search last search key forwards
.TP
.B N
Search last search key backwards
.TP
.B a
Adjust best fit
.TP
.B s
Adjust width
.TP
.B Backspace
Delete last character in the buffer
.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
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
change and adjust all the settings of zathura according to your wishes.