aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--vim/vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/vimrc b/vim/vimrc
index a695038..215b5aa 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -452,7 +452,7 @@ nnoremap <C-p>a :Rg
" this copies to clipboard and primary selection
vn remap <C-c> "*y let @+=@*<CR>
" make sure you are in normal mode for this to work, I think.
-map <C-v> "+P
+"map <C-v> "+P
"" Quick Editing vimrc
nnoremap <leader>ev <C-w>s<C-w>j<C-w>L:e $MYVIMRC<cr>