vim
vim
/<word>
/
:<number>
:%s/<search>/<replace>
:%s/<coffee>/<tea>/g
:%s/<coffee>/<tea>/gc
UNSELECT :<------>!
h Move left
l Move right
j Move down
k Move up
0 Move to beginning of the line
^ Move to first non-blank character of the line
$ Move to end of the line
gg Move to beginning of the file
G Move to end of the file
Ctrl + d Scroll down half a screen
Ctrl + u Scroll up half a screen