mirror of
1
0
Fork 0

Fixed clipboard

This commit is contained in:
Caleb Taylor 2019-08-27 16:18:39 -07:00
parent 98470e5563
commit 96ca63874a
2 changed files with 2 additions and 2 deletions

View File

@ -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 <Leader>p :set paste<CR>o<esc>"*]p:set nopaste<cr>
map <Leader>p :set paste<CR>o<esc>"+]p:set nopaste<cr>
vmap <Leader>y "+y
`plugins_config.vim`

View File

@ -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 <Leader>p :set paste<CR>o<esc>"*]p:set nopaste<cr>
map <Leader>p :set paste<CR>o<esc>"+]p:set nopaste<cr>
vmap <Leader>y "+y
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""