vim how to save
Vim how to save a file easy.
Just type ESC key (this put you in command mode)
If you open a file using something like vim SOMEFILENAME
Then type
>:w
If it's a new file just type
>:w SOMEFILENAME
Just type ESC key (this put you in command mode)
If you open a file using something like vim SOMEFILENAME
Then type
>:w
If it's a new file just type
>:w SOMEFILENAME
Comments