philc / vimium

The hacker's browser.
https://chrome.google.com/webstore/detail/vimium/dbepggeogbaibhgnhhndojpepiihcmeb
MIT License
23.54k stars 2.49k forks source link

Allow displaying tabs only from current window in Vomnibar #3261

Open ghost opened 5 years ago

ghost commented 5 years ago

It'd be great to have this as an option. I got rid of browser's navigation bar and try to just use the Vomnibar as a tab switcher, but when there are multiple open windows (e.g. on separate workspaces), tabs from all these windows are displayed in the list, which is quite confusing.

gdh1995 commented 5 years ago

I have developed a modified Vimium (I call it Vimium C), and it can config many details. You may have a try.

On Vimium C, you may use one of the ways below to search in "tabs only in current window":

Vimium C on Web Store: https://chrome.google.com/webstore/detail/vimium-c/hfjbmagddngcpeloejdejnfgbamkjaeg

ww7 commented 4 years ago

Firefox have Containers for tabs, it's like separate spaces for certain tabs, it's like separate browser windows (sessions) inside one window.

Chrome now implementing this feature.

activateTabSelection currentWindow with this feature after some switching between Containers start to show all tabs, but not current window (container). I use Simple Tab Group were found this issue.

ravi-dd commented 9 months ago

I have developed a modified Vimium (I call it Vimium C), and it can config many details. You may have a try.

On Vimium C, you may use one of the ways below to search in "tabs only in current window":

  • add a key mapping of map T Vomnibar.activateTabSelection currentWindow
  • on Vomnibar, query ":w ..." (a query string with a prefix of ":w").

Vimium C on Web Store: https://chrome.google.com/webstore/detail/vimium-c/hfjbmagddngcpeloejdejnfgbamkjaeg

Hi, can you clarify what on Vomnibar, query ":w ..." (a query string with a prefix of ":w"). means?

gdh1995 commented 9 months ago

@ravi-dd image

You may put your further questions on https://github.com/gdh1995/vimium-c/issues/ , since here is Vimium's issue board, but not Vimium C's.