EDITING INSERT
- i
- I
- a
- A
- o
- O DELETING
- x
- X
- dd
- D
- d then . : Delete Left ONE Character and . is used for repeated action
- d then . : Delete Right ONE Character and . is used for repeated action
MOTIONS DELETE
- dw
- d$
- d0
- db
- dt
- di< ( or " or ' or { or [ > VISULIZE
** NAVIAGTION ** ** SAVE / EXITING **
- w : Map this in .vimrc file for quick save - nmap w :w!
- ZZ : Quick Save and Close
- ZQ : Quick Close WITHOUT Saving
** COMMAND / PANE **
- :! : Execute any terminal command
- :vsp <path_to_file> : Split pane verically and set the recent opened pane active
- :sp <path_to_file> : Split pane horizontally and set the recent opened pane active
- c-ww : Ctrl+ww navigate through all the opened pane