Skip to content

Instantly share code, notes, and snippets.

@Raimondi
Forked from OliverUv/.vimrc
Last active August 29, 2015 14:06
Show Gist options
  • Save Raimondi/06876a944a08a2de3efa to your computer and use it in GitHub Desktop.
Save Raimondi/06876a944a08a2de3efa to your computer and use it in GitHub Desktop.
Edit registers in vim.
nnoremap <silent><expr><leader>m ":<C-U>let @".v:register." = ".string(getreg(v:register))."<CR><C-F>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment