Which Vim command will save the current file without exiting?
The command to save a file in Vim is:w.
To save the file without exiting the editor, switch back to normal mode by pressingEsc, type:wand hitEnter.
https://linuxize.com/post/how-to-save-file-in-vim-quit-editor/
Currently there are no comments in this discussion, be the first to comment!