How do I insert the contents of a Vim register into the current

buffer? In insert mode, you can use the <C-R><register> command to insert the contents of <register>. For example, use <C-R>a to insert the contents of register “a” into the current buffer. In normal mode, you can use the “:put <register>” command to insert the contents of <register>. For example, use the “:put d” command to insert the contents of register “d” into the current buffer.

Comments (1)


Pepsh Pepshinsky

Let’s see you to :help viminfo-file-name (option -i) :set viminfofile=NONE


Speak Your Mind