commit 5a055d49bc37c003df36a2bef5d082dc6b908708
parent 5c63447f475a258f6bed47a7d52da33271dbf566
Author: Remy Noulin <loader2x@gmail.com>
Date: Fri, 17 Aug 2018 15:18:13 +0200
vim: move git commit remove comment from \ to ,
because there is a conflict with paste last yanked
dotfiles/.vim/plugin/v.vim | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotfiles/.vim/plugin/v.vim b/dotfiles/.vim/plugin/v.vim
@@ -7,4 +7,4 @@ function! RemoveComments()
endfunc
command! Rc call RemoveComments()
-map \ :Rc<CR>
+map , :Rc<CR>