Open ghost opened 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":
map T Vomnibar.activateTabSelection currentWindow
:w ...
" (a query string with a prefix of ":w
").Vimium C on Web Store: https://chrome.google.com/webstore/detail/vimium-c/hfjbmagddngcpeloejdejnfgbamkjaeg
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.
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?
@ravi-dd
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.
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.