diff --git a/README.md b/README.md index d296c339..20b8e3b1 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ Some mappings are commented out " These two mappings are a quality of life improvement of copy/pasting from the clipboard " Effectively this paste map applies the indent within the pasted content from the indent level that you're at when you invoke the pasting " http://tilvim.com/2014/03/18/a-better-paste.html - map p :set pasteo"*]p:set nopaste + map p :set pasteo"+]p:set nopaste vmap y "+y `plugins_config.vim` diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 9d3e7d21..b4acbe27 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -340,7 +340,7 @@ endif " These two mappings are a quality of life improvement of copy/pasting from the clipboard " Effectively this paste map applies the indent within the pasted content from the indent level that you're at when you invoke the pasting " http://tilvim.com/2014/03/18/a-better-paste.html -map p :set pasteo"*]p:set nopaste +map p :set pasteo"+]p:set nopaste vmap y "+y """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""