notes for future use
Vim Shortcut
Smart movements
:%y+
copy entire content of the file into system clipboardggdG
delete entire content of fileC
change remaining part of lineci(
change text between (..)cw
change inner word
Useful programmer commands
@:
repeat command-line commandgg=G
format entire file