1 .\" Process this file with
2 .\" groff -man -Tascii vimprobablerc.1
4 .TH VIMPROBABLERC 1 "December 2009" "Linux User Manuals"
6 vimprobablerc \- The configuration file for Vimprobable
8 If you have a .config/vimprobable/vimprobablerc in your home directory, Vimprobable
9 will read it at startup.
11 The vimprobablerc file consists of a series of configuration options, one per line. Blank lines and lines starting with a
12 colon (:) are seen as comments and will be ignored.
14 .I $HOME/.config/vimprobable/vimprobablerc
16 Per user configuration file.
20 set is used to alter a default setting. For possible options that can be altered,
21 see the SETTINGS section below.
23 Each line looks like this:
27 Vimprobable is not picky about white space in these lines.
31 map is used to change the default key-binding. For possible options that
32 can be altered see the MAPPING section below.
34 Each line looks like this:
38 Vimprobable is not picky about white space in these lines.
40 .SH FORMAT MODIFIED KEYS
42 It is possible to mapi keys modified with eiter Control or Shift.
43 To map a key modified with Control, use this format: <C-h>
44 where C stands for the Control-key and h for the h-key.
45 or <S-k> where S stands for the Shift-key and k for the k-key.
50 z<S-i>: z followed by Shift-i
56 This section describes the possible options that can be changed from
59 .IP completioncase=[true|false]
60 Case sensitive (true) or insensitive tab completion.
63 Set the URL of the homepage.
65 .IP useragent=<useragent-string>
66 Replace the default useragent-string.
68 .IP scripts=[true|false]
69 Enable or disable scripts.
71 .IP plugins=[true|false]
72 Enable or disable plugins.
75 Enable or disable Java applets.
77 .IP images=[true|false]
78 Enable or disable autoload of images.
80 .IP shrinkimages=[true|false]
81 Enable or disable autoshrink of images.
83 .IP cursivefont=cursivefont-family
84 Replace the default cursive font family
86 .IP defaultencoding=encoding
87 Replace the default encoding
89 .IP defaultfont=default-font-family
90 Replace the default font family
93 Replace the default fontsize
95 .IP monofontsize=integer
96 Replace the default monospace fontsize
98 .IP caret=[true|false]
99 Enable or disable caret browsing
101 .IP fantasyfont=fantasy-font-family
102 Replace the default fantasy font family
104 .IP minimumfontsize=integer
105 Replace the default minimum font size
107 .IP monofont=default-monospace-font-family
108 Replace the default monospace font family
110 .IP proxy=[true|false]
111 Whether to read and use the http_proxy environment variable
113 .IP backgrounds=[true|false]
114 Enable or disable print backgrounds
116 .IP sansfont=default-sans-font-family
117 Replace the default sans-serif font family
119 .IP scrollbars=[true|false]
120 Enable or disable scrollbars.
122 .IP seriffont=default-serif-font-family
123 Replace the default serif font family
126 Replace the user stylesheet
128 .IP webinspector=[true|false]
129 Enable or disable webinspector
133 Keys can be mapped to the following functions:
139 Stop the current loading process
142 Save the current website in the bookmarks
145 Toggle HTML source view
154 Scroll to top of the page
157 Scroll to bottom of the page
160 Scroll one screensize up
163 Scroll one screensize down
166 Go to previous page in browser-history
168 .IP navigationforward
169 Go to next page in browser-history
175 Scroll the page one step to the left
178 Scroll the page one step to the right
181 Scroll the page one step up
184 Scroll the page one step down
187 To map the 'R' key to reload to current page, add the following
188 line into ~/.config/vimprobable/vimprobablerc:
192 .SH INTERACTIVE SETTING
193 All settings can be changed on the fly by entering
194 :set followed by one of the commands in the SETTINGS section
198 There has not been any significant bug-hunting yet.
200 Hannes Schueller and Matto Fransen