The default editor that comes with the UNIX operating system is called vi (visual editor). vi is case sensitive.
start vi
vi
quit vi
# quit and save
:x
# quit and save
:wq
# quit vi
:q
# quit without saving
:q!
start insert mode
press i key
turn off insert mode
press (Escape) key