If I have 10 tabs opened, I have to close each one using ":q" separately. How can I close them all at once?
|
|
|||||
|
|
|
Shortest/simplest/fastest way would be:
To save work in all tabs and quit:
|
|||
|
|
|
|
This closes all tabs and open buffers. |
|||
|
|
|
|
That can be done with the following command (in normal or escape mode):
"tabdo" apparently executes the command for all the open tabs. |
|||
|
|
|
Adding to what fuentesjr said:
Will force quit all tabs, if you don't care about saving. |
|||
|
|
|
|
I often use :tabo to close all other tabs. |
|||
