How do you close the current tab in Vim?
Answer
:tabclose
Explanation
Use :tabclose or :tabc to close the current tab. If it's the last tab, Vim will close. Use :tabonly to close all other tabs.
:tabclose
Use :tabclose or :tabc to close the current tab. If it's the last tab, Vim will close. Use :tabonly to close all other tabs.