1apvlv(1)                  BSD General Commands Manual                 apvlv(1)
2

NAME

4     apvlv — PDF viewer with vim-like behaviour
5

SYNOPSIS

7     apvlv [options] [file]
8

DESCRIPTION

10     apvlv is a PDF viewer, which behaves like vim.
11

OPTIONS

13     -c file
14        Load configuration from file instead of the default ~/.apvlvrc
15
16     -h
17        Show help message and exit
18
19     -v
20        Show version and exit
21

COMMANDS

23     The following command keys can be used inside apvlv.  Some of them may be
24     prefixed by a number (as in pressing "13G"), this is indicated by a count
25     in their description.  Unless noted otherwise, the default value for the
26     number is 1.
27
28     o       Display file chooser to open a PDF file
29
30     O       Select a directory to display
31
32     R       Reload the current file
33
34     r       Rotate the document clockwise by 90 degrees
35
36     G       Show page number count
37
38     gt      Show next tab
39
40     gT      Show previous tab
41
42     PageDown, C-f
43             Go forward count pages
44
45     PageUp, C-b
46             Go backward count pages
47
48     C-d     Go forward count half pages
49
50     C-u     Go backward count half pages
51
52     H       Scroll to page head
53
54     M       Scroll to page middle
55
56     L       Scroll to page bottom
57
58     C-p, Up, k
59             Scroll up count units
60
61     C-n, Down, h
62             Scroll down count units
63
64     Backspace, Left, h
65             Scroll left count units
66
67     Space, Right, l
68             Scroll right count units
69
70     / string
71             Search forwards for string
72
73     ? string
74             Search backwards for string
75
76     f       Toggle between fullscreen and window mode
77
78     zi      Zoom in
79
80     zo      Zoom out
81
82     zw      Zoom to fit window width
83
84     zh      Zoom to fit window height
85
86     m char  Mark the current position to char, so that it can be recalled by
87             pressing char
88
89     ' char  Return to the mark position char
90
91     ''      Return to the last position
92
93     q       Close the current window
94
95     v       Select a area
96
97     C-v     Select a rectange area
98
99     y       copy the select area text to clipboard
100

SETTINGS

102     These can be set in ~/.apvlvrc with "set setting [= value]".
103
104     fullscreen = yes/no
105             Enable/Disable fullscreen
106
107     width = int
108             Default window width
109
110     height = int
111             Default window height
112
113     defaultdir = path
114             Default directory for the open dialogue
115
116     zoom = mode
117             Set default zoom level
118
119             normal  The application sets the default zoom value
120
121             fitwidth
122                     Fit pages to window width
123
124             fitheight
125                     Fit pages to window height
126
127             float   1.0 for 100%, 2.0 for 200%, etc.
128
129     content = yes/no
130             Show content view first
131
132     continuous = yes/no
133             Show PDF pages continuously or not.
134
135     continuouspad = int
136             Padding betwen pages for continuous = yes
137
138     autoscrollpage = yes/no
139             Enable/Disable scrolling the pages when hitting a page tail/head
140
141     noinfo = yes/no
142             Disable/Enable the usage of ~/.apvlvinfo
143
144     pdfcache = int
145             Set pdf cache size
146
147     [no]cache
148             Disable/Enable cache
149
150     scrollbar = yes/no
151             Set show scrollbar or not
152
153     visualmode = yes/no
154             Set use visual mode to select and copy text or not
155
156     wrapscan =yes/no
157             Set wrapscan to search text or not
158
159     doubleclick = action
160             Set default double click action
161
162             none    Selection nothing
163
164             word    Selection a word under the curcor to clipboard
165
166             line    Selection a line under the curcor to clipboard
167
168             page    Selection a page under the curcor to clipboard
169
170     guioptions = m/T/mT
171             Weather display menu, toolbar or mean and toolbar.
172
173     autoreload = int
174             If auto reload document after some seconds
175

PROMPT

177     Like the COMMANDS, but prefixed with a colon:
178
179     :h[elp]
180             Display the help document
181
182     :h[elp] info
183             Display the help document (section "introduction")
184
185     :h[elp] command
186             Display the help document (section "command")
187
188     :h[elp] setting
189             Display the help document (section "setting")
190
191     :h[elp] prompt
192             Display the help document (section "prompt")
193
194     :q[uit]
195             Close the current window
196
197     :o[pen] file
198             Open file
199
200     :doc file
201             Load file into the current window
202
203     :TOtext [file]
204             Translate file (or the current page) to a text file
205
206     :pr[int]
207             Print the current document
208
209     :tabnew
210             Create a new tab
211
212     :sp     Horizontally split the current window
213
214     :vsp    Vertically split the current window
215
216     :fp, :forwardpage [int]
217             Go forward int pages (1 by default)
218
219     :bp, :prewardpage [int]
220             Go backward int pages (1 by default)
221
222     :g, :goto int
223             Go to page int
224
225     :z[oom] mode
226             Set zoom to mode (see "set zoom" in SETTINGS)
227
228     :int    Go to page int
229

AUTHORS

231     apvlv was written by Alf <naihe2010@gmail.com>.
232
233     This manual page was originally written by Stefan Ritter <xeno@the‐
234     happy.de> for the Debian project (but may be used by others), and was
235     rewritten more beautifully by Daniel Friesel <foobar@derf.homelinux.org>.
236
237BSD                            December 24, 2009                           BSD
Impressum