how to edit using vi code example
Example 1: edit in vim
Press i letter on your keyboard to start editing (Insert Mode). When youre done press the ESC key to exit insert mode
Example 2: vi write and exit
wq // write and quit
Press i letter on your keyboard to start editing (Insert Mode). When youre done press the ESC key to exit insert mode
wq // write and quit