adding C-[ as escape sequence
[vimprobable2.git] / vimprobable2.1
blob71f2c49b2208e955d857dc867f5ef5b6fef304a2
1 .\" Process this file with
2 .\" groff -man -Tascii vimprobable2.1
3 .\"
4 .TH VIMPROBABLE2 1 "JANUARY 2010" "Linux User Manuals"
5 .SH NAME
6 Vimprobable \- A WWW browser based on webkit with keybindings inspired by vim, the great editor.
8 .SH SYNOPSIS
9 .B vimprobable2
10 .OP \fL\-c|\-\-config
11 .OP \fL\-e|\-\-embed
12 .OP \fL\-h|\-\-help
13 .OP \fL\-v|\-\-version
14 .OP URI
16 .SH OPTIONS
17 .TP
18 .BI -c " config file"
19 Use the specified config file.  If none found, defaults to
20 .I $HOME/.config/vimprobable/vimprobablerc
21 .TP
22 .BI -e " windowid"
23 Given the windowid of an XEmbed-aware application, Vimprobable will use that as its parent.
24 .TP
25 .BI -h
26 Prints out a short usage summary.
27 .TP
28 .BI -v
29 Prints the version of Vimprobable.
31 .SH DESCRIPTION
32 Vimprobable is a WWW browser that is build around the webkit library. Vimprobable is fast. 
33 Vimprobable comes without buttons and other graphic widgets. It is aimed at being controlled 
34 as mouseless as possible. It uses keybindings that are inspired by vim, the great editor.
35 .PP
36 Just like vim, moving through the webpage can be done by entering commands by the keyboard.
37 Most of these commands require just one or two keystrokes.
38 .PP
39 Vimprobable mimics the ex-commandmode of vim. By entering a colon (:) commands like open,
40 set and map can be entered.
42 .SH QUICK START
44 Don't want to read this entire manpage? Here are a few basic steps:
46 .I "    " o
47 Insert URL from keyboard and load it
49 .I "    " t
50 Insert URL from keyboard and load it into new window
52 .I "    " j
53 Scroll down
55 .I "    " k
56 Scroll up
58 .I "    " d  
59 Close current window
61 .SH KEYBOARD BINDINGS
62 The default keyboard bindings are explained in this sections. These keybindings
63 can be changed.
65 .IP "Move through current page"
66 Vimprobable recognizes the following motion commands:
67 0, $, g, <shift>G, h, j, k, l, Ctrl-b, Ctrl-f, Ctrl-d, Ctrl-u, Ctrl-e, Ctrl-y
69 .IP "Move through pages"
70 Ctrl-i, Ctrl-o, <shift>H, <shift>L
71 .PP
72 These commands are used to walk through the browse-history.
74 .IP "Reloading and cancel loading"
76 .I "    " r 
77 Reload
79 .I "    " <shift>R
80 Force reload
82 .I "    " c
83 Cancel load
85 .IP "Zoom in and out"
87 .I "    " zi
88 Zoom text in
90 .I "    " zI
91 Zoom full content in
93 .I "    " zo
94 Zoom text out
96 .I "    " zo
97 Zoom full content out
99 .I "    " zz
100 Zoom reset
102 .I "    " zZ
103 Zoom reset
105 .IP "URL commands"
107 .I "    " y
108 Yank current URL into clipboard
110 .I "    " Y
111 Yank current selection into clipboard
113 .I "    " gu
114 Load URL one directory up
116 .I "    " gu
117 Load rootdirectory of current URL
119 .I "    " gh
120 Load homepage
122 .I "    " gH
123 Load homepage into new window
125 .I "    " p
126 Load URL from clipboard
128 .I "    " P
129 Load URL from clipboard into new window
131 .I "    " o
132 Insert URL from keyboard and load it
134 .I "    " t
135 Insert URL from keyboard and load it into new window
137 .I "    " u
138 Open a new window with the URL which has been closed last
141 .IP Search
143 .I "    " /
144 Start search
146 .I "    " ?
147 Start backward search
149 .I "    " n
150 Next search result
153 .IP Hinting
155 .I "    " f
156 Follow link
158 .I "    " F
159 Follow link in new window
161 .I "    " gi
162 Focus next input field
165 .SH COLON COMMANDS
167 The following commands are entered after first entering a colon (:)
169 .IP ":open "
171 Insert URL from keyboard and load it
173 Shortcut: o
175 .IP ":tabopen "
177 Insert URL from keyboard and load it into new window
179 Shortcut: t
181 .IP ":bma or :bookmark"
183 Bookmarks the current page. 
185 Bookmarks are retrieved by tabcompletion when entering a new URL.
187 You can add tags to the bookmarks by just adding words after the command, e.g.
189 :bma tag1 tag2 tag3
191 .IP ":qt "
193 Open all bookmarks containing a certain tag in new windows.
195 .IP ":fo[rward] and :ba[ck]"
197 The commands :fo, :forward, :ba and :backward moves through the browse-history
199 .IP ":re[load], :re! and :reload!"
201 The commands :re, :reload, ;re! and :reload! are given to reload or
202 force reload.
204 .IP ":st[op]"
206 Cancel current loading
208 .IP ":source"
210 Toggles between normal view and sourcecode view.
213 .IP ":set"
215 Change default settings on the fly. See man vimprobablerc for the list of
216 settings to be changed.
218 .IP ":map"
220 Change default keybindings on the fly. See man vimprobablerc for the list of
221 mappings to be changed.
223 .IP ":quit"
225 Close current window
227 Shortcut: d
229 .IP ":print"
231 Print the current URL
233 .SH MODES
235 Vimprobable is a modal browser. By default, it is in command mode, meaning that
236 any keystroke will be interpreted by the internal command engine. INSERT mode
237 is automatically activated if an input field on a website becomes focused.
238 Should this not work (due to limitations of the Webkit-GTK engine and the faulty
239 HTML code of some websites, this is possible), you can manually switch the
240 browser to PASSTHROUGH mode instead (Ctrl+Z). In INSERT and PASSTHROUGH modes,
241 keystrokes will not be interpreted by the browser, but passed to the underlying
242 engine/website.
244 In addition, there is HINT mode. This is activated with the "f" key by default.
245 Enter a the number of a link to follow it. Alternatively, you can enter the
246 link text (case sensitive) to narrow down your choices.
248 .SH QUICKMARKS
250 Up to 9 quickmarks can be defined. These are stored as quickmark 1 up to
251 quickmark 9.  You can store the URI of the current
252 page as quickmark with
254 .I :set qmark=<hotkey>
256 Later you can recall the quickmark with
258 .I q<hotkey>
260 Example:
262 :set qmark=4
263 Store current URI as quickmark 4
266 Recall quickmark 4
268 .SH FILES
270 Please make sure you create these files before running the browser. 
271 Everything but the history, bookmarks and closed files is optional. The cookies
272 file is required if you want to use cookies.
274 .I $HOME/.config/vimprobable/vimprobablerc
276 .I $HOME/.config/vimprobable/bookmarks
278 .I $HOME/.config/vimprobable/cookies
280 .I $HOME/.config/vimprobable/history
282 .I $HOME/.config/vimprobable/closed
284 .I $HOME/.config/vimprobable/quickmarks
286 .I $HOME/.config/vimprobable/style.css
289 .SH BUGS
290 There has not been any significant bug-hunting yet.
291 .SH AUTHORS
292 Hannes Schueller and Matto Fransen
293 .SH "SEE ALSO"
294 .BR vimprobablerc (1),