Open dyckia opened 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.
closeTabsOnLeft
map d closeTabsOnRight $count=1 map a closeTabsOnLeft $count=-1 这样?
Just tested, but still closes all tabs on the left/right.
No, $count only exists on Vimium C, which is a customized version of Vimium.
$count
Currently Vimium has no options for closeTabsOnLeft to specify wanted tab count.
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.