| Age | Commit message (Collapse) | Author |
|
background_page.html
|
|
I'll clean up the way we store and handle default options shortly.
|
|
|
|
http://github.com/philc/vimium/issues#issue/59
|
|
|
|
This allows a user to abort part-way through a multi-character command.
|
|
|
|
|
|
These are the default vim bindings to navigate between tabs.
|
|
|
|
|
|
|
|
This is the first pass at fixing issue #34.
|
|
|
|
valid command given the current key queue.
|
|
|
|
from the settings page.
|
|
|
|
|
|
Also, if the second key is itself a valid first key or a standalone command, keep it or execute it accordingly. Closes #20.
|
|
|
|
be executing
in the background.
This will be the case if you open a new tab via middle-clicking on a link.
|
|
feature (maybe).
|
|
|
|
tasks much earlier.
This is required for restoring the page's zoom level. Otherwise, the zoom level is set after the page
is rendered, causing a large nasty flicker.
|
|
|
|
level the next time that page is loaded.
|
|
|
|
|
|
Conflicts:
vimiumFrontend.js
|
|
The hotkey for zoom currently doesn't work, because it's beeing eaten by insert mode.
|
|
|
|
Vim and Vimperator. Closes #2.
|
|
|
|
|
|
|
|
Previously we did this only when the tab's status changed to "complete",
which could take awhile.
|
|
It's easier to use on webkit and is not buggy.
|
|
|
|
|
|
|
|
asynchronous. For example, there was a race between the tab remove call and the selection of a new tab.
|
|
'5d' and '5u' need some love.
|
|
|
|
|
|
the content script.
|
|
|
|
|
|
|
|
|