aboutsummaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2023-03-28 15:15:31 +0100
committerMatthew Lemon <y@yulqen.org>2023-03-28 15:15:31 +0100
commit46c4a8cc3832f512cc1448a6d7d1bdf77f14ffa2 (patch)
treefad33658ca088350121ad5ce172667076bc6aa43 /vim/vimrc
parent9653e8ae0c913f5fbd38fbd0ee47024d22c1f81e (diff)
fixed conflicting binding
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>