A getting started page for VI editors.
To open the file, run
# for neovim
nvim /path/to/file
# for vim
vim /path/to/file
# for vi
vi /path/to/file
The contents of the file must appear.
The file is created if it does not exist yet.
To work in VI, you navigate between two modes:
When you want to edit/modify a file, the logical sequence is:
nvim tmp.txt
Hello World
You would type the command,