tridactyl / tridactyl

A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl.
https://tridactyl.xyz
Other
5.28k stars 401 forks source link

Window merging #404

Closed Ssamm45 closed 4 years ago

Ssamm45 commented 6 years ago

Sometimes when certain websites insist on opening something in a new window which can sometimes be annoying. Would it be possible to create a command to merge two firefox windows into one with multiple tabs? Or maybe something more sophisticated that would allow moving any tab from any window to any other window?

bovine3dom commented 6 years ago

Yes. It's a good idea but before it can be useful we would need completions to select target windows, and we have a tacit agreement to not write any more until we have rewritten it in a saner manner.

saulrh commented 6 years ago

I think that this might be better implemented as a mode for :tabmove that can target buffers in other windows, but I think that that would also imply new completions functionality?

(Being able to target buffers outside the current window would also be useful for :buffer and :tabclose.)