-
I wanted to create a binding that executes an operation multiple times:
This should jump to the next second tab |
Beta Was this translation helpful? Give feedback.
Answered by
gdh1995
Oct 27, 2022
Replies: 1 comment
-
Most commands support "count prefix", so if Vimium C doesn't remember what's your last command, so there's no command to do what this title says. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
txtyash
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most commands support "count prefix", so if
map v nextTab
, then2v
means to go to the 2nd right tab. And you may also writemap } nextTab count=2
.Vimium C doesn't remember what's your last command, so there's no command to do what this title says.