You can relocate a tab with :tabm using either relative or zero-index absolute arguments.
absolute:
- Move tab to position i:
:tabm i
relative:
- Move tab i positions to the right:
:tabm +i - Move tab i positions to the left:
:tabm -i
It’s a relatively new feature. So if it doesn’t work try updating your vim.