-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When selecting multiple tabs, one "x" just closes the current tab. Should close all selected tabs. #3283
Comments
Um, how do you select multiple tabs only using a keyboard? If you're using a mouse, then I think it's easy enough to use "Ctrl+W" to close those tabs. |
Thank you for the reply. I'm using a mouse to do that, but I'm planning to make a Chrome extension which enables me to do that with only keyboard. So I think a single "x" is better than "Ctrl + W". Thank you.
…On Apr 1 2019, at 10:19 am, Dahan Gong ***@***.***> wrote:
Um, how do you select multiple tabs only using a keyboard? If you're using a mouse, then I think it's easy enough to use "Ctrl+W" to close those tabs.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub ***@***.***/0?redirect=https%3A%2F%2Fgithub.com%2Fphilc%2Fvimium%2Fissues%2F3283%23issuecomment-478598946&recipient=cmVwbHkrMDFjZTEyNDhjNDJlZDJiZDQ4YTVhZmFiN2QxOTUyNmNiZTdmODI0OGY0NWVmYTVjOTJjZjAwMDAwMDAxMThiOWUwMDM5MmExNjljZTE5N2U5OGFkQHJlcGx5LmdpdGh1Yi5jb20%3D), or mute the thread ***@***.***/1?redirect=https%3A%2F%2Fgithub.com%2Fnotifications%2Funsubscribe-auth%2FAc4SSOtupprS5GIbuMnrr7jVvZAUIHJoks5vchWDgaJpZM4cV0LT&recipient=cmVwbHkrMDFjZTEyNDhjNDJlZDJiZDQ4YTVhZmFiN2QxOTUyNmNiZTdmODI0OGY0NWVmYTVjOTJjZjAwMDAwMDAxMThiOWUwMDM5MmExNjljZTE5N2U5OGFkQHJlcGx5LmdpdGh1Yi5jb20%3D).
|
In fact, up to now no commands in Vimium (which are related to tabs) care about the "highlighted" tab status, so it will be very hard to add support for it. The "multi-highlighted" status is easy to lose - if only you go to another tab, all highlighted tabs lose their status. Maybe this is one possible reason why we haven't use the status. If you need to close multiple near tabs, press a number before "x" is enough (e.g. 5x closes 5 neighboring tabs). If the tabs you want to close do scatter, I prefer a way to close them by pressing Shift+Delete on selected tab item, on Vomnibar with the "TabSelection" mode. Here's a discussion about it: #3170. |
Thank you. I'll use another solution instead. |
Chrome version: Google Chrome | 73.0.3683.86 (Official Build) (64-bit) (cohort: Stable)
Vimium version: 1.64.5
For example, in Chrome, "Ctrl + W" will close all selected tabs. So I'd expect a similar behavior when using Vimium's "x".
If this is a feature, i'd like to see an option for "close all selected tabs instead of the current active one". Thanks.
The text was updated successfully, but these errors were encountered: