Vim stuff that I usually use and generally forget

clear file gg do go to top of file then, dG do delete till the end

Go to end of file G

Go to end of line $

delete word dw

delete line dd

goto line :<line no>

search /<search term>