vimium icon indicating copy to clipboard operation
vimium copied to clipboard

Feature request: go to media playing tab

Open ris58h opened this issue 3 years ago • 2 comments

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?

ris58h avatar Nov 11 '22 09:11 ris58h

You may try my customized version of Vimium, https://github.com/gdh1995/vimium-c, and it supports such usages:

  1. on Vomnibar's tab mode, you may type :audio or :audible to list all audible tabs, and :muted and :unmuted to find muted / unmuted tabs
  2. You may use map xxx nextTab filter="audio" to jump to a next audible tab, and previousTab also support such a filter.

gdh1995 avatar Nov 11 '22 10:11 gdh1995

tridactyl uses ga and it a very helpful (along with a visual indicator showing which tab is playing audio).

ghost avatar May 08 '24 22:05 ghost

+1

itsonlycode avatar Dec 14 '24 11:12 itsonlycode