edit vim editor code example
Example 1: linux edit file
sudo nano filename.ext
Example 2: 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
sudo nano filename.ext
Press i letter on your keyboard to start editing (Insert Mode). When youre done press the ESC key to exit insert mode