Right now the createTab
command opens the new tab right after the currently focused one; is there a another command I can use to add the new tab to the end of the tab list? (pretty much like what CMD/Ctrl+t do)
Otherwise, can I maybe chain lastTab
and createTab
commands together?
@iamFIREcracker Do you use Firefox? Take a look at https://github.com/philc/vimium/issues/2670
@ris58h No, I am on Chrome.
It looks like I am not the only one looking for this:
fwiw, I really like the current behaviour – I can choose where the new tab goes by using t or ctrl-t.
can't you use Chrome's built-in CTRL+T
to open a new tab on the far right?
I can (and I am doing it already). However, it's way simpler to use t
, that's why I am asking for an additional command for that
This is partially addressed with a new option to the createTab command in #2895, and will go out with the next Vimium version.
Thanks @philc for the update -- any idea of when is the next Vimium version scheduled to be released?
Most helpful comment
fwiw, I really like the current behaviour – I can choose where the new tab goes by using t or ctrl-t.