11-02-2017, 05:27 PM
(10-31-2017, 03:16 AM)Happymint Wrote: i dont know how to write in vim and then save it vim is too difficult for me can you tell me how you write things in vim editor
To write and save, you need to exit the insert node first, and then type:
Code: (Select All)
:wq!
This will write and save everything, and also quit vim.