If I have 10 tabs opened, I have to close each one using \":q\" separately.
How can I close them all at once?
here is an Dark Side way of closing ALL VIM INSTANCES on Linux/Mac
:!killall vim -9
Do not use it. It does what you ask but probably not the best way but fun way