aboutsummaryrefslogtreecommitdiff
path: root/vim/plugin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-06-16 03:20:25 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-06-16 03:20:25 +1200
commitd5f46520c4e05ff56cac75a593ba88bb71e43337 (patch)
tree02897068882cdebdfca7bb1087ae64870d3d6249 /vim/plugin
parentStrip buflocal property from paste_insert autocmds (diff)
downloaddotfiles-d5f46520c4e05ff56cac75a593ba88bb71e43337.tar.gz
dotfiles-d5f46520c4e05ff56cac75a593ba88bb71e43337.zip
Use <Plug> mapping target for paste_insert.vim
Diffstat (limited to 'vim/plugin')
-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>