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

NAME

4     apvlv — PDF/DJVU/EPUB/HTML/TXT viewer with vim-like behaviour
5

SYNOPSIS

7     apvlv [options] [file]
8

DESCRIPTION

10     apvlv is a PDF/DJVU/EPUB/HTML/TXT 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/DJVU/EPUB/HTML/TXT file
29
30     O       Select a directory to display
31
32     t       Display file chooser to open a PDF/DJVU/EPUB/HTML/TXT file in a
33             new tab
34
35     T       Select a directory to display in a new tab
36
37     R       Reload the current file
38
39     r       Rotate the document clockwise by 90 degrees
40
41     G       Show page number count
42
43     gt      Show next tab
44
45     gT      Show previous tab
46
47     PageDown, C-f
48             Go forward count pages
49
50     PageUp, C-b
51             Go backward count pages
52
53     C-d     Go forward count half pages
54
55     C-u     Go backward count half pages
56
57     H       Scroll to page head
58
59     M       Scroll to page middle
60
61     L       Scroll to page bottom
62
63     s       skip some pages count
64
65     C-p, Up, k
66             Scroll up count units
67
68     C-n, Down, h
69             Scroll down count units
70
71     Backspace, Left, h
72             Scroll left count units
73
74     Space, Right, l
75             Scroll right count units
76
77     / string
78             Search forwards for string
79
80     ? string
81             Search backwards for string
82
83     f       Toggle between fullscreen and window mode
84
85     zi      Zoom in
86
87     zo      Zoom out
88
89     zw      Zoom to fit window width
90
91     zh      Zoom to fit window height
92
93     m char  Mark the current position to char, so that it can be recalled by
94             pressing char
95
96     ' char  Return to the mark position char
97
98     ''      Return to the last position
99
100     q       Close the current window
101
102     v       Select a area
103
104     C-v     Select a rectangle area
105
106     y       copy the select area text to clipboard
107
108     c       toggle content display
109
110     U       underline selected text
111
112     A       annotate selected text
113
114     C       comment selected text
115

SETTINGS

117     These can be set in ~/.apvlvrc with "set setting [= value]".
118
119     fullscreen = yes/no
120             Enable/Disable fullscreen
121
122     width = int
123             Default window width
124
125     height = int
126             Default window height
127
128     fix_width = int
129             fixed width
130
131     fix_height = int
132             fixed height
133
134     defaultdir = path
135             Default directory for the open dialogue
136
137     zoom = mode
138             Set default zoom level
139
140             normal  The application sets the default zoom value
141
142             fitwidth
143                     Fit pages to window width
144
145             fitheight
146                     Fit pages to window height
147
148             float   1.0 for 100%, 2.0 for 200%, etc.
149
150     content = yes/no
151             Show content view first
152
153     content_follow_mode = mode
154             Set default content follow mode
155
156             none    Not follow any content, just by user press Enter.
157
158             page    Just follow page of book.
159
160             always  Always follow any resources.
161
162     continuous = yes/no
163             Show PDF/DJVU/EPUB/HTML/TXT pages continuously or not.
164
165     continuouspad = int
166             Padding between pages for continuous = yes
167
168     autoscrollpage = yes/no
169             Enable/Disable scrolling the pages when hitting a page tail/head
170
171     noinfo = yes/no
172             Disable/Enable the usage of ~/.apvlvinfo
173
174     pdfcache = int
175             Set pdf cache size
176
177     [no]cache = yes/no
178             Disable/Enable cache
179
180     scrollbar = yes/no
181             Set show scrollbar or not
182
183     visualmode = yes/no
184             Set use visual mode to select and copy text or not
185
186     wrapscan = yes/no
187             Set wrapscan to search text or not
188
189     doubleclick = action
190             Set default double click action
191
192             none    Selection nothing
193
194             word    Selection a word under the curcor to clipboard
195
196             line    Selection a line under the curcor to clipboard
197
198             page    Selection a page under the curcor to clipboard
199
200     guioptions = m/T/mT
201             Weather display menu, toolbar or mean and toolbar.
202
203     autoreload = int
204             If auto reload document after some seconds
205
206     inverted = yes/no
207             If use inverted mode for pdf page
208
209     background = color
210             Set background color
211

PROMPT

213     Like the COMMANDS, but prefixed with a colon:
214
215     :h[elp]
216             Display the help document
217
218     :q[uit]
219             Close the current window
220
221     :o[pen] file
222             Open file
223
224     :doc file
225             Load file into the current window
226
227     :TOtext [file]
228             Translate file (or the current page) to a text file
229
230     :pr[int]
231             Print the current document
232
233     :tabnew
234             Create a new tab
235
236     :sp     Horizontally split the current window
237
238     :vsp    Vertically split the current window
239
240     :fp, :forwardpage [int]
241             Go forward int pages (1 by default)
242
243     :bp, :prewardpage [int]
244             Go backward int pages (1 by default)
245
246     :g, :goto int
247             Go to page int
248
249     :z[oom] mode
250             Set zoom to mode (see "set zoom" in SETTINGS)
251
252     :int    Go to page int
253
254     :content
255             toggle content display
256

AUTHORS

258     apvlv was written by Alf <naihe2010@126.com>.
259
260     This manual page was originally written by Stefan Ritter <xeno@the‐
261     happy.de> for the Debian project (but may be used by others), and was
262     rewritten more beautifully by Daniel Friesel <foobar@derf.homelinux.org>.
263
264BSD                            December 24, 2009                           BSD
Impressum