aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin/paste_insert.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/plugin/paste_insert.vim')
-rw-r--r--vim/plugin/paste_insert.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/plugin/paste_insert.vim b/vim/plugin/paste_insert.vim
index be578746..9cd5415e 100644
--- a/vim/plugin/paste_insert.vim
+++ b/vim/plugin/paste_insert.vim
@@ -4,3 +4,5 @@ endif
let loaded_paste_insert = 1
command! -bar PasteInsert
\ call paste_insert#()
+nnoremap <Plug>PasteInsert
+ \ :<C-U>PasteInsert<CR>