Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9227633
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T05:07:40+00:00 2026-06-18T05:07:40+00:00

:q only closes the current window. If you are using tabs or split windows,

  • 0

:q only closes the current window. If you are using tabs or split windows, you need to do :q for all of them. Also, plugins like NERDTree and MiniBufExpl have their own windows, which need to be closed individually.

Is there a command to quit all these open windows and quit Vim in a single stroke? However, if there is some buffer or window with unsaved changes, I should be asked to save it or not. Any command to achieve this?

I hope this is not a strange request, because this is how most non-Vim editors with tab or splits work.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T05:07:42+00:00Added an answer on June 18, 2026 at 5:07 am

    You can quit all loaded and open buffers, splits and tabs with:

    :qa
    

    If you want to quit without saving:

    :qa!
    

    You could assign a mapping to do this with a single stroke, this assigns the comma to quit everything without prompting to save:

    nnoremap , :qa!<CR>
    

    :wqall writes before closing, that might be useful.

    Type :he :qa in vim for more info

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to trigger the OnBeforePageUnload only when the user closes the tab or
Only began using Haskell a couple of weeks ago - I am attempting to
Select only showing first character of option text in IE 9 Using click on
I currently have two windows, my main application window and then I have a
I'm using a bookmarklet to send the current page source to a server function
What I need is such an event handler in my window class. void someEventHandler(object
SVGs inserted into a document using javascript look like gibberish because they have symbols
I'm using Compact Framework 2.0 for an application in Windows CE 5.0. I'm having
#include<iostream> #include<windows.h> #include<string> #include<fstream> using namespace std; class linklist //linked list class { struct
I'm trying to create some modal windows that load in their content dynamically using

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.