Hi I use firefox on Linux and want to change to the first, second, third, …, last tab with ctrl+1/2/3/.../9 instead of alt+1/2/3/.../9 because alt is already mapped to changing desktops. any idea how I could accompilish this?
edit1: I use mac and windows at work and there the shortcuts are ctrl+<number>. It would be so nice to have consistent shortcuts 🐧
[SOLUTION] install ctrl+number extension recommended by @TobuscusLover2001@lemmy.zip


I can’t seem to find the command: only
g0(firstTab) andg$(lastTab) : https://vimium.github.io/commands/#tabshave you tried g2? or even relative commands like 2gt to go 2 tabs over?
yeah,
g2does nothing… it’s also not mentioned in the docs.2gt,gT,Jand2Kwork as expected but are relative. Do you have version 2.4.2 too?