Vimium Patches

Artifact [826b59d900]
Login

Artifact [826b59d900]

Artifact 826b59d90018ab4825311dcdebbeb22f9a275274:


Vimium - The Hacker's Browser

Build Status

Vimium is a Chrome extension that provides keyboard-based navigation and control of the web 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 (type ?) 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 how to customize these bindings.

Once you have Vimium installed, you can see this list of key bindings at any time by typing ?.

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
gF      focus the main/top 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
n       cycle forward to the next find match
N       cycle backward to the previous find match

For advanced usage, see regular expressions on the wiki.

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
<a-p>   pin/unpin current tab

Using marks:

ma, mA  set local mark "a" (global mark "A")
`a, `A  jump to local mark "a" (global mark "A")
``      jump back to the position before the previous jump
          -- that is, before the previous gg, G, n, N, / or `a

Additional advanced browsing commands:

]], [[  Follow the link labeled 'next' or '>' ('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
v       enter visual mode; use p/P to paste-and-go, use y to yank
V       enter visual line mode

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.

There are some advanced commands which aren't documented here; refer to the help dialog (type ?) for a full list.

Custom Key Mappings

You may remap or unmap any of the default key bindings in the "Custom key mappings" 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 on the options page. The command name appears to the right of the description in parenthesis.

You can add comments to 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.

More documentation

Many of the more advanced or involved features are documented on Vimium's github wiki. Also see the FAQ.

Contributing

Please see CONTRIBUTING.md for details.

Release Notes

Next version (not yet released)

1.54 (2016-01-30)

1.53 (2015-09-25)

1.52 (2015-09-09)

1.51 (2015-05-02)

1.50 (2015-04-26)

1.49 (2014-12-16)

1.46, 1.47, 1.48 (2014-12-15)

1.45 (2014-07-20)

1.44 (2013-11-06)

1.43 (2013-05-18)

1.42 (2012-11-03)

1.41 (2012-10-27)

1.40 (2012-10-27)

1.39 (2012-09-09)

1.38 (2012-09-08)

1.37 (2012-07-07)

1.36 (2012-07-07)

1.35 (2012-07-05)

1.34 (2012-07-03)

1.33 (2012-07-02)

1.32 (2012-03-05)

1.31 (2012-02-28)

1.30 (2011-12-04)

1.29 (2012-07-30)

1.28 (2011-06-29)

1.27 (2011-03-24)

1.26 (2011-02-17)

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

1.21 (2010-10-24)

1.20 (2010-10-24)

1.19 (2010-06-29)

1.18 (2010-06-22)

1.17 (2010-04-18)

1.16 (2010-03-09)

1.15 (2010-01-31)

1.14 (2010-01-21)

1.13 (2010-01-21)

1.11, 1.12 (2010-01-08)

1.1 (2010-01-03)

License

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