**‘j’ and ‘k’ **to scroll down and up

‘h’ and ‘l’ to scroll right and left

:q!’ to discard changes and exit VIM type :!q

:wq to save and exit VIM type :wq

**‘i’ **to begin inserting/adding text to the doc. Press ‘Esc’ when done to exit insert mode

‘**dw’ **scroll to the beginning of a word you want to delete and simply press ‘dw’

‘d

‘dd’ to delete the entire line