# toggle characters
# x to cut
# p to put after cursor
xp
bakc # xp on k will make back
# toggle lines
ddp # cursor on the first line
# duplicate a line
yyp
# check the doc
:h quotequote # unnamed register
:h registers
↧
Vim register and paste
↧