1apvlv(1) BSD General Commands Manual apvlv(1)
2
4 apvlv — PDF/DJVU/UMD/HTML/TXT viewer with vim-like behaviour
5
7 apvlv [options] [file]
8
10 apvlv is a PDF/DJVU/UMD/HTML/TXT viewer, which behaves like vim.
11
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
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/UMD/HTML/TXT file
29
30 O Select a directory to display
31
32 t Display file chooser to open a PDF/DJVU/UMD/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 rectange area
105
106 y copy the select area text to clipboard
107
109 These can be set in ~/.apvlvrc with "set setting [= value]".
110
111 fullscreen = yes/no
112 Enable/Disable fullscreen
113
114 width = int
115 Default window width
116
117 height = int
118 Default window height
119
120 defaultdir = path
121 Default directory for the open dialogue
122
123 zoom = mode
124 Set default zoom level
125
126 normal The application sets the default zoom value
127
128 fitwidth
129 Fit pages to window width
130
131 fitheight
132 Fit pages to window height
133
134 float 1.0 for 100%, 2.0 for 200%, etc.
135
136 content = yes/no
137 Show content view first
138
139 continuous = yes/no
140 Show PDF/DJVU/UMD/HTML/TXT pages continuously or not.
141
142 continuouspad = int
143 Padding betwen pages for continuous = yes
144
145 autoscrollpage = yes/no
146 Enable/Disable scrolling the pages when hitting a page tail/head
147
148 noinfo = yes/no
149 Disable/Enable the usage of ~/.apvlvinfo
150
151 pdfcache = int
152 Set pdf cache size
153
154 [no]cache
155 Disable/Enable cache
156
157 scrollbar = yes/no
158 Set show scrollbar or not
159
160 visualmode = yes/no
161 Set use visual mode to select and copy text or not
162
163 wrapscan = yes/no
164 Set wrapscan to search text or not
165
166 doubleclick = action
167 Set default double click action
168
169 none Selection nothing
170
171 word Selection a word under the curcor to clipboard
172
173 line Selection a line under the curcor to clipboard
174
175 page Selection a page under the curcor to clipboard
176
177 guioptions = m/T/mT
178 Weather display menu, toolbar or mean and toolbar.
179
180 autoreload = int
181 If auto reload document after some seconds
182
183 inverted = yes/no
184 If use inverted mode for pdf page
185
187 Like the COMMANDS, but prefixed with a colon:
188
189 :h[elp]
190 Display the help document
191
192 :h[elp] info
193 Display the help document (section "introduction")
194
195 :h[elp] command
196 Display the help document (section "command")
197
198 :h[elp] setting
199 Display the help document (section "setting")
200
201 :h[elp] prompt
202 Display the help document (section "prompt")
203
204 :q[uit]
205 Close the current window
206
207 :o[pen] file
208 Open file
209
210 :doc file
211 Load file into the current window
212
213 :TOtext [file]
214 Translate file (or the current page) to a text file
215
216 :pr[int]
217 Print the current document
218
219 :tabnew
220 Create a new tab
221
222 :sp Horizontally split the current window
223
224 :vsp Vertically split the current window
225
226 :fp, :forwardpage [int]
227 Go forward int pages (1 by default)
228
229 :bp, :prewardpage [int]
230 Go backward int pages (1 by default)
231
232 :g, :goto int
233 Go to page int
234
235 :z[oom] mode
236 Set zoom to mode (see "set zoom" in SETTINGS)
237
238 :int Go to page int
239
241 apvlv was written by Alf <naihe2010@126.com>.
242
243 This manual page was originally written by Stefan Ritter <xeno@the‐
244 happy.de> for the Debian project (but may be used by others), and was
245 rewritten more beautifully by Daniel Friesel <foobar@derf.homelinux.org>.
246
247BSD December 24, 2009 BSD