Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Follow more than one link with vimperator

Tags:

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 the same time, can this be done?

like image 652
Remen Avatar asked Aug 13 '11 10:08

Remen


2 Answers

Updating thread:

;+F followed by links numbers you want to open, so say:

;F 7 12 15 will open links number 7 12 and 15 in next tabs.

is what you're after, in my Vimperator version no new plugins are required for this. I have 3.8.2 but I think this was added even earlier, though am not certain.

like image 75
LAFK says Reinstate Monica Avatar answered Nov 07 '22 14:11

LAFK says Reinstate Monica


Try buffer-multipe-hints.js plugin. This plugin modifies ";F" hints.

(buffer-multipls-hints.js requires _libly.js)

buffer-multiple-hints.js on vimpr _libly.js on vimpr

like image 2
anekos Avatar answered Nov 07 '22 12:11

anekos