zjunebao
4/17/2019 - 3:37 AM

vi commands

Move around

keydescription
ctrl + Hhigh (top)
ctrl + Mmiddle
ctrl + Llow (bottom)
shift + ^begin of line
shift + $end of line
ctrl + fscroll down 1 page
ctrl + bscroll up 1 page
ctrl + dscroll down 1/2 page
ctrl + uscroll up 1/2 page
wnext word
blast word
eend of word
:$end of file
/searchtextsearch text

Edit

keydescription
oopen/insert new line below
dddelete line
yycopy line
pduplicate/paste at next line
uundo
ctrl+rredo
ESCdescription
:wqsave and quit
:xsave and quit
:q!quit