vi basic commands code example
Example 1: linux vi
Use Vim instead of Vi. Vim is easier to use.
Example 2: vim commands
vim filename
i
*Insert/Edit Text*
*Esc*
:wq (save the file and exit to commands)
Use Vim instead of Vi. Vim is easier to use.
vim filename
i
*Insert/Edit Text*
*Esc*
:wq (save the file and exit to commands)