Vimperator is a Firefox browser extension with strong inspiration from the Vim text editor, with a mind towards faster and more efficient browsing. It has similar key bindings and you could call it a modal web browser, as key bindings differ according to which mode you are in
0
votes
1answer
13 views
Vimperator: <C-v> is not passing through the key
is supposed to let keys pass though so that the consequent key press is recognized as if vimperator is not installed. I am getting a behavior that is equivalent to p of vimperator key, where the ...
0
votes
1answer
11 views
“TypeError: elem is null” on autocmd'ed events.feedkey function
The following line is causing the error:
autocmd LocationChange .* js events.feedkeys("<Esc>",true)
when I switch pages. Typing js events.feedkeys("",true) directly into the command line ...
0
votes
0answers
5 views
View elements using javascript codes in vimperator?
I tried to use a command like this in Vimperator:
echo document.getElementsByTagName("p");
To view nodes whose tag name is <p> in vimperator. However, the result is like this:
I also ...
0
votes
0answers
78 views
In vimperator, how do I scroll in insert mode?
In vimperator, is it possible to scroll up and down in insert mode?
For example, when I type something into google, I will have autocomplete options. How would I scroll down to one of these options ...
0
votes
1answer
69 views
How do I getElementByID in Vimperator?
I've searched quite a bit and can't find the answer to my question. How do I get getElementById to work in Vimperator?? Whenever I try, it tells me:
"document.getElementById(...) is null"
This is a ...
0
votes
1answer
51 views
vimrc/vimperatorrc reusing and reassigning existing shortcut
Im using the firefox addon vimperator. The config file of vimperator (vimperatorrc), follows similar configuration like vim. I want to reassign an existing shortcut key to a new key, and use another ...
0
votes
2answers
185 views
disable Vimperator temporarily
How can I disable Vimperator temporarily? For example, I'd like to disable Vimperator temporarily when I am using a web email app. Is there a command for it?
0
votes
0answers
67 views
Pentadactyl plugin development: how to register subcommand?
I'm trying to adopt RedItLaterlist plugin for vimperator for pentadactyl. In vimperator version I used subcommand and I want to do it in pentadactyl version.
It would be great if somebody can help me ...
5
votes
1answer
448 views
How to select non-url text with Vimperator?
I'm using vimperator 3.5 with firefox 17. Everything goes well except non-url text selecting. It seems that nothing about this described in the official help document. Everytime when I want to select ...
0
votes
2answers
51 views
How can I use Ctrl+D to bookmark a page after installed vimperator
I'v installed the vimperator, but I found that the shortcut Ctrl+D cannot bookmark the page anymore.
I have searched long time, but still cannot found the solution.
Anyone knows that?
Thanks.
1
vote
1answer
96 views
How to exit the view source mode in vimperator?
In Vimperator when I hit gf it takes me to view source. how do I exit view source and come back to actual web page?
0
votes
1answer
220 views
How to get the current URL into clipboard using Vimperator?
Why:
I've just stumbled upon the Vimperator Firefox plugin and have never felt this free from using a mouse to surf the web (without having to lose all the eye candy with Lynx ;)
FFox can now be ...
2
votes
0answers
132 views
Is there a way to change VIM's EasyMotion plugin so it displays 2 instead of 1 charactere for multiple matched keys?
I know this question is harder than usual, but is there a way to change VIM's EasyMotion plugin so it displays 2 characteres when searching for a character that has too many matchess, like FireFox's ...
1
vote
1answer
112 views
How restore the old search function (C-f)?
I like the standard Firefox search better the the Vimperator's search. So I want it back and unmap or remap the current (page down) C-f shortcut. I already tried :nunmap <C-f> but it didn't ...
1
vote
1answer
434 views
Pentadactyl: command to search BTDIGG.org
I'd like to add a pentadactyl (it's a fork of vimperator) command to search btdigg torrent search engine. The query structure is shown in the example below - where "test with space" is searched:
...
1
vote
0answers
343 views
Vimperator-like addon for Internet Explorer [closed]
Is there any vimperator-like addon for Intenet Explorer? I'm most interested in something like the 'QuickHint' mode (in which you press 'f' and an unique number is assigned to every visible link(and ...
1
vote
0answers
519 views
vimperator quickhints for google searches [closed]
Vimperator's f command or quickhints does not work as expected when you search for somthing on google. It always default the quickhints to top of pages? is there a configuration option or command i am ...
1
vote
0answers
379 views
vimperator:plugins:firefox:javascript::Get the element at mouse position and simulate a click
Vimperator V2.4 Pre
Firefox V3.6.18
Vista Home Basic
I would like to get the element at mouse position and simulate a click on it in vimperator plugins.
There are some functions that could ...
1
vote
1answer
146 views
Follow more than one link with vimperator
when I google for something and want to follow a link in a new tab I write ":F" and then the link number. How do I follow more than one link? Say I would like to open the links 12 - 17 in new tabs at ...
0
votes
1answer
255 views
How can i avoid having the focus moved to the google search bar in a chrome extension?
I'm writing an extension for chrome with a few of the functions I find most usefull in the vimperator plugin for firefox.
Currently I'm having some trouble capturing keystrokes before the webpage ...
5
votes
2answers
462 views
How to right click in Vimperator?
Mouseless browsing is great, hints are great. Is there a way to right click, without using the mouse?
1
vote
1answer
335 views
Vimperator - using tab key with firebug
Anyone know how to get round the fact that you can't tab through styles in firebug when vimperator is enabled? It jumps you down to the status bar instead of tabbing to the next property.
I've tried ...
3
votes
2answers
453 views
Vimperator pass-through/unset <C-Tab> by default
By default is mapped to gt command, which selects next tab. I want to pass-through to Crtl+Tab plugin which does MRU for tabs.
Any idea?
7
votes
6answers
4k views
Vimperator recommended setting
By way of study of Vim, I have begun to use Vimperator add-on for Firefox recently.
Therefore please teach it if there is recommended setting.
Thanking you in advance.
17
votes
8answers
36k views
Is there a Firefox keyboard shortcut to clear the cache?
With the Firefox web developer toolbar I can select "Miscellaneous → Clear private data → Cache". Is there a way to do the same with a keyboard shortcut?
Edit: I am also using vimperator ...