vimium
vimium copied to clipboard
Feature request: go to media playing tab
Currently it's not possible to detect which tab is playing media (audio/video) and go to it using Vimium.
We could implement it in 2 ways:
- Show an indicator in
Search through your open tabs(T) menu, as it shown in browser tabs. - Add commands like
Go prev/next media playing tab.
What do you guys think?
You may try my customized version of Vimium, https://github.com/gdh1995/vimium-c, and it supports such usages:
- on Vomnibar's tab mode, you may type
:audioor:audibleto list all audible tabs, and:mutedand:unmutedto find muted / unmuted tabs - You may use
map xxx nextTab filter="audio"to jump to a next audible tab, andpreviousTabalso support such a filter.
tridactyl uses ga and it a very helpful (along with a visual indicator showing which tab is playing audio).
+1