-
iss there's any possiable way to trigger these command with one key |
Beta Was this translation helpful? Give feedback.
Answered by
gdh1995
May 7, 2022
Replies: 1 comment 6 replies
-
Usually https://github.com/gdh1995/vimium-c/wiki/Auto-run-a-tree-of-commands will help. But in this case, in fact |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
gdh1995
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usually https://github.com/gdh1995/vimium-c/wiki/Auto-run-a-tree-of-commands will help.
But in this case, in fact
sortTabs
andjoinTabs
are a same command with different default parameters, andsortTabs
meansjoinTabs sort="recency" windows="current"
, sojoinTabs order="host"
should just be enough.