1. Download: Http://files.cnblogs.com/files/quejuwen/vimum_extension_1_56.zip
2. Open Source: Https://github.com/philc/vimium
The biggest change in the latest version is the ability to copy and paste keyboard operations.
1. Use "/text" to select the starting point
2. Enter visual mode with "V" command
3. Select the text you want
4. Use "Y" to copy to the system Clipboard
5, can be arbitrarily pasted.
Official shortcut key reference:
Keyboard Bindings
Modifier keys is specified as <c-x>
,, <m-x>
and for <a-x>
ctrl+x, meta+x, and Alt+x respectively. See the next sections for what to customize these bindings.
Once You has 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 keysh scroll leftj scroll downk scroll upl scroll rightgg scroll to top of the pageG scroll to bottom of the paged scroll down half a pageu scroll up half a pagef open a link in the current tabF open a link in a new tabr reloadgs view sourcei enter insert mode -- all commands will be ignored until you hit Esc to exityy copy the current url to the clipboardyf copy a link url to the clipboardgf cycle forward to the next framegF focus the main/top frame
Navigating to New pages:
o Open URL, bookmark, or history entryO Open URL, bookmark, history entry in a new tabb Open bookmarkB Open bookmark in a new tab
Using Find:
/ enter find mode -- type your search query and hit enter to search, or Esc to canceln cycle forward to the next find matchN cycle backward to the previous find match
For advanced usage, see Regular expressions on the wiki.
Navigating Your history:
H go back in historyL go forward in history
Manipulating tabs:
J, gT go one tab leftK, gt go one tab rightg0 go to the first tabg$ go to the last tab^ visit the previously-visited tabt create tabyt duplicate current tabx close current tabX 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 tabgi focus the first (or n-th) text input box on the pagegu go up one level in the URL hierarchygU go up to root of the URL hierarchyge edit the current URLgE edit the current URL and open in a new tabzH scroll all the way leftzL scroll all the way rightv enter visual mode; use p/P to paste-and-go, use y to yankV enter visual line mode
Vimium supports command repetition so, for example, hitting would 5t
open 5 tabs in rapid succession. <Esc>
(or <c-[>
) Would clear any partial commands in the queue and would also exit insert and find modes.
There is some advanced commands which aren ' t documented here; Refer to the Help dialog (type ?
) for a full list.
Custom Key Mappings
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:
map key command
: Maps a key to a vimium command. Overrides Chrome ' s default behavior (if any).
unmap key
: Unmaps a key and restores Chrome ' s default behavior (if any).
unmapAll
: Unmaps all bindings. This is useful if you want to completely wipe Vimium ' s defaults and start from scratch with your own setup.
Examples:
map <c-d> scrollPageDown
Maps ctrl+d to scrolling the page down. Chrome ' s default behavior of bringing up a bookmark dialog is suppressed.
map r reload
Maps the R key to reloading the page.
unmap <c-d>
Removes any mapping for ctrl+d and restores Chrome ' s default behavior.
unmap r
Removes any mapping for the R key.
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 is available for mapping:
<c-*>
, <a-*>
, for <m-*>
CTRL, ALT, and Meta (command-on-MAC) respectively with any key. Replace with the *
key of choice.
<left>
,,, <right>
<up>
for the <down>
arrow keys
<space>
For the Space key
<f1>
Through for the <f12>
function keys
Shifts is automatically detected so, for example, <c-&>
corresponds to ctrl+shift+7 in an 中文版 keyboard.
"Artifact" Vimum in the browser keyboard operation Select, copy, paste, keyboard party Favorites