philc / vimium

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

Close one tab on the left/right #3518

Open dyckia opened 4 years ago

dyckia commented 4 years ago

Is there a way to close just one tab on the current tab's left/right side? I only find the closeTabsOnLeft command which closes all tabs on the left.

lazycatme commented 4 years ago

map d closeTabsOnRight $count=1 map a closeTabsOnLeft $count=-1 这样?

dyckia commented 4 years ago

map d closeTabsOnRight $count=1 map a closeTabsOnLeft $count=-1 这样?

Just tested, but still closes all tabs on the left/right.

gdh1995 commented 4 years ago

No, $count only exists on Vimium C, which is a customized version of Vimium.

Currently Vimium has no options for closeTabsOnLeft to specify wanted tab count.