Vim Resume Top Hidden Commands
Vim Resume Top Hidden Commands
current line
y$ - copy from current position to end
O - insert mode + insert new line of line (Ctrl - End - Ctrl - C)
before current line
y0 - copy from current position to first
A - insert mode in the end of line of of line (Ctrl - Home - Ctrl - C)
current position
yw - copy next word
{ - go up 1 paragraph
yb - copy previous word
} - go down 1 paragraph
dd- delete current line
:q! - exit without saving
x - delete current letter right
:wq: exit with save
u - undo change
:w - save
. - apply last command
e - end of word
d0 - delete from current position to
b - back one word first of line (shift - home - delete)
yy - copy