###:reg To see all of the current registers tha are in use.
- '*' register is system clipboard
- '.' register stores what just typed , it's read-only.
- typing 'yy' will 'yank' this line .
- type ':reg' will show the 'yank' line in register 0
###Unnamed Register 1.'""'register will show the delete element. 2.'0' register will always show the last yank command. 3.p will put delete element rather than the yank element.
- ' "ayy ' will yank current line into register a.
- ' "ap ' will put it somewhere else.
- registers are stored in "/.viminfo " file .