To move tabs in vimperator use
:tabm +1
and
:tabm -1
to move relatively to its position forward and backward, respectively.
And it can be mapped like in Luakit to
nmap > :tabm +1
nmap < :tabm -1
To move tabs in vimperator use
:tabm +1
and
:tabm -1
to move relatively to its position forward and backward, respectively.
And it can be mapped like in Luakit to
nmap > :tabm +1
nmap < :tabm -1