In vimperator I often have 20+ tabs open. To get a list of my tabs I press "B" which shows the buffer/tab numbers.

So I want to do something like :3,5bd to delete tabs 3 to 5. Is that possible?

link|improve this question

67% accept rate
feedback

1 Answer

up vote 2 down vote accepted

You can read about closing tabs in Vimperator in the Vimperator's help file.

As it comes to the actual question, I don't think you can do exactly that - with that specific syntax, at least. However, to close tabs 3 through 5 is possible with 3gt 3d.

So, first you have to change to the first tab to be closed and do some math yourself (how many tabs you want to close: 5-3 + 1 = 3).

link|improve this answer
I wonder if you could make a vimperator function to delete a tab range without leaving the current tab. – Bostonvaulter Aug 27 '10 at 3:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.