diff options
author | Matthew Lemon <y@yulqen.org> | 2023-03-28 15:15:31 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-03-28 15:15:31 +0100 |
commit | 46c4a8cc3832f512cc1448a6d7d1bdf77f14ffa2 (patch) | |
tree | fad33658ca088350121ad5ce172667076bc6aa43 /vim/vimrc | |
parent | 9653e8ae0c913f5fbd38fbd0ee47024d22c1f81e (diff) |
fixed conflicting binding
Diffstat (limited to '')
-rw-r--r-- | vim/vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |