Unable to close many buffers by one command in Vim -
I use the Vim in the screen I run the command
vim & lt; Bigfolder & gt; I'm stuck because it does not mean to stop each buffer.
: q How can you stop all the active buffers in VIM by a command in Vim
: qall Or : qa will close all windows
Comments
Post a Comment