a3ee59dcfe6e

vim: replaste mapping
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 23 May 2011 10:06:35 -0400
parents e7db9c673b09
children b498aa561d96
branches/tags (none)
files vim/.vimrc

Changes

--- a/vim/.vimrc	Fri May 20 09:20:37 2011 -0400
+++ b/vim/.vimrc	Mon May 23 10:06:35 2011 -0400
@@ -480,6 +480,9 @@
 " Toggle paste
 set pastetoggle=<F8>
 
+" Replaste
+nnoremap <D-p> "_ddP
+
 " }}}
 " Plugin settings ------------------------------------------------------------- {{{