[qutebrowser] Opening multiple tabs at once

Jay Kamat jaygkamat at gmail.com
Fri Nov 3 20:41:50 CET 2017


Hi Szymon,

> Would like to bind a shortcut to open 4 fixed links at once. How do I
> go about that? Is there a delimiter that would allow stacking
> commands?

I think you are looking for ';;':

:bind ;p open -t one.com ;; open -t two.com ;; open -t three.com ;; open -t four.com

And of course, you can change the key ';p' or the arguments to 'open'.

Off topic, but you might be interested in the rapid hinting mode ';r' as
well, which let's you open many links in quick succession!

-Jay



More information about the qutebrowser mailing list