VIM Editor
Open file in vim
vim file_nameTo go to edit mode (press insert button)
Come out of edit mode (press escape button)
To quit without saving (if file edited)
:q!To quit with saving
:wqTo quit opened file
:q
Note : use gedit editor
- to go to last line of file
<ESC>GA
Note : use nano editor for simple usage (ctrl + s for save, ctrl +x for exit)