You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes when you have many tabs open, instead of ctrl+tab+tab+tab+tab... to switch over them one by one, it would be much easier and time-saving to allow just clicking on the list item and jump to that tab.
I believe mouse click is a rather natural, intuitive, consistent interactive behavior we expect to be supported by default in a dropdown list-like thing, from our experiences and convention. For example, VSC and system-level task switchers (alt+tab on Windows and cmd+tab on macOS) all support mouse actions in the switcher. Other interface components of this kind, such as auto-completion list, suggestion list, search results, command palette, IME, etc. they all support either cycling the focus through all the list items by tab, or mouse click on a certain item.
Therefore, I think it would be great if we can have this feature. And also, thanks for making this plugin!
The text was updated successfully, but these errors were encountered:
Sometimes when you have many tabs open, instead of
ctrl+tab+tab+tab+tab...
to switch over them one by one, it would be much easier and time-saving to allow just clicking on the list item and jump to that tab.I believe mouse click is a rather natural, intuitive, consistent interactive behavior we expect to be supported by default in a dropdown list-like thing, from our experiences and convention. For example, VSC and system-level task switchers (
alt+tab
on Windows andcmd+tab
on macOS) all support mouse actions in the switcher. Other interface components of this kind, such as auto-completion list, suggestion list, search results, command palette, IME, etc. they all support either cycling the focus through all the list items bytab
, or mouse click on a certain item.Therefore, I think it would be great if we can have this feature. And also, thanks for making this plugin!
The text was updated successfully, but these errors were encountered: