Vimium Patches

Artifact [8df6966397]
Login

Artifact [8df6966397]

Artifact 8df6966397f5a14be70506990ce0dfd1b99bad9d:


Vimium - The Hacker's Browser

Build Status

Vimium is a Chrome extension that provides keyboard-based navigation and control in the spirit of the Vim editor.

Installation instructions:

You can install the stable version of Vimium from the Chrome Extensions Gallery.

Please see CONTRIBUTING.md for instructions on how you can install Vimium from source.

The Options page can be reached via a link on the help dialog (hit ?) or via the button next to Vimium on the Chrome Extensions page (chrome://extensions).

Keyboard Bindings

Modifier keys are specified as <c-x>, <m-x>, and <a-x> for ctrl+x, meta+x, and alt+x respectively. See the next section for instructions on modifying these bindings.

Navigating the current page:

?       show the help dialog for a list of all available keys
h       scroll left
j       scroll down
k       scroll up
l       scroll right
gg      scroll to top of the page
G       scroll to bottom of the page
d       scroll down half a page
u       scroll up half a page
f       open a link in the current tab
F       open a link in a new tab
r       reload
gs      view source
i       enter insert mode -- all commands will be ignored until you hit esc to exit
yy      copy the current url to the clipboard
yf      copy a link url to the clipboard
gf      cycle forward to the next frame

Navigating to new pages:

o       Open URL, bookmark, or history entry
O       Open URL, bookmark, history entry in a new tab
b       Open bookmark
B       Open bookmark in a new tab

Using find:

/       enter find mode -- type your search query and hit enter to search or esc to cancel
        See here for advanced usage (regular expressions): https://github.com/philc/vimium/wiki/Find-Mode
n       cycle forward to the next find match
N       cycle backward to the previous find match

Navigating your history:

H       go back in history
L       go forward in history

Manipulating tabs:

J, gT      go one tab left
K, gt      go one tab right
g0         go to the first tab
g$         go to the last tab
t          create tab
yt         duplicate current tab
x          close current tab
X          restore closed tab (i.e. unwind the 'x' command)
T          search through your open tabs

Additional advanced browsing commands:

]]      Follow the link labeled 'next' or '>'. Helpful for browsing paginated sites.
[[      Follow the link labeled 'previous' or '<'. Helpful for browsing paginated sites.
<a-f>   open multiple links in a new tab
gi      focus the first (or n-th) text input box on the page
gu      go up one level in the URL hierarchy
gU      go up to root of the URL hierarchy
zH      scroll all the way left
zL      scroll all the way right

Vimium supports command repetition so, for example, hitting '5t' will open 5 tabs in rapid succession. <ESC> (or <c-[>) will clear any partial commands in the queue and will also exit insert and find modes.

Custom Key Mappings

You may remap or unmap any of the default key bindings in the "Key mappings" section under "Advanced Options" on the options page.

Enter one of the following key mapping commands per line:

Examples:

Available Vimium commands can be found via the "Show Available Commands" link near the key mapping box. The command name appears to the right of the description in parenthesis.

You can add comments to your key mappings by starting a line with " or #.

The following special keys are available for mapping:

Shifts are automatically detected so, for example, <c-&> corresponds to ctrl+shift+7 on an English keyboard.

Contributing

Please see CONTRIBUTING.md for details.

Release Notes

1.43 (05/18/2013)

1.42 (11/03/2012)

1.41 (10/27/2012)

1.40 (10/27/2012)

1.39 (09/09/2012)

1.38 (09/08/2012)

1.37 (07/07/2012)

1.36 (07/07/2012)

1.35 (07/05/2012)

1.34 (07/03/2012)

1.33 (07/02/2012)

1.32 (03/05/2012)

1.31 (02/28/2012)

1.30 (12/04/2011)

1.29 (07/30/2011)

1.28 (06/29/2011)

1.27 (03/24/2011)

1.26 (02/17/2011)

1.22, 1.23, 1.24, 1.25 (02/10/2011)

1.21 (10/24/2010)

1.20 (10/24/2010)

1.19 (06/29/2010)

1.18 (06/22/2010)

1.17 (04/18/2010)

1.16 (03/09/2010)

1.15 (01/31/2010)

1.14 (01/21/2010)

1.13 (01/21/2010)

1.11, 1.12 (01/08/2010)

1.1 (01/03/2010)

License

Copyright (c) 2010 Phil Crosby, Ilya Sukhar. See MIT-LICENSE.txt for details.