While in insert mode hit CTRL-R {register}
Examples:
CTRL-R *
will insert in the contents of the clipboardCTRL-R "
(the unnamed register) inserts the last delete or yank.
To find this in vim’s help type :h i_ctrl-r
While in insert mode hit CTRL-R {register}
Examples:
CTRL-R *
will insert in the contents of the clipboard CTRL-R "
(the unnamed register) inserts the last delete or yank. To find this in vim’s help type :h i_ctrl-r