I was wondering if there is a way of closing all tabs to the right of the current tab. ie
-----|active|-----|-----|------|
and after, say:
:tabcright
-----|active
Thanks! Pedro
|
|
|
No native commands for this exist, but you can create your own fairly easily using VimL. Here is a basic example that lets you close the tabs to the right of the current tab, and the tabs to the left:
|
|||
|
|