x X |
delete char at cursor
delete char before cursor |
dw dW dd dmotion D |
delete word
delete word to white space
delete current line
delete lines from current line to target of motion
delete to end of line |
|
yw yy "ayy ymotion |
yank (copy) word
yank current line
yank current line into named buffer a
yank text between cursor and target of motion |
p P "aP |
put deleted/yanked line(s) before current line
put deleted/yanked line(s) after current line
put text from buffer a (a-z) before cursor |
|