I am new to VIM. I use the :e and :w commands to edit and to write a file which are very convenient. I am not sure if there is "close" command to close the current file without leaving VIM?
I know that the :q command can be used to close a file, but if it is the last file, VIM is closed as well; Actually on Mac OS MacVIM does quit. Only the VIM window is closed and I could use Control-N to open a blank VIM again. I would like VIM to remain open with a blank screen.