FMeinicke's Wiki

Home

❯

Linux

❯

Commands

❯

vim

❯

Paste in insert mode

Paste in insert mode

May 26, 20251 min read

  • vim/insert-mode
  • vim/paste

insert-mode paste

Source(s)

  • https://stackoverflow.com/a/2861909/12780516
  • Ctrl+R followed by * will insert the contents of the clipboard
  • Ctrl+R followed by ” will insert the last delete or yank (the unnamed register)
  • Ctrl+R followed by {register} will insert the contents of the specified register

Graph View

Created with Quartz v4.5.0 © 2025

  • GitHub