$end of line0Start of the line{/}Jump to next / previous paragraph.
dwDeletes the next wordd3wDeletes 3 wordsd$Delets until the end of linedi(Deletes inside the(. Can be replace with any other char",{, etc..-
d%does the same thing
ddDeletes the entire line2ddDeletes 2 lines
uReverts the last changeUReverts the entire line/Search-
nmove to the next
-
Nmove to the last
rReplaces the character under the cursorci(Changes the text inside(and enters insert mode. Can be replace with any other char",{, etc..-
c%does the same thing
ceChanges until the end of word.
GBottom of the fileggStart of the file[#]GJump to line[#]%Move the corresponding(,[,{
- za: Toggle code folding at the current line. The block that the current line belongs to is folded (closed) or unfolded (opened).
- zo: Open fold.
- zc: Close fold.
- zR: Open all folds.
- zM: Close all folds.
- cs"': Change surround from
"to' - ds": Delete surround
" - ysw": Add "" around w