From 829fb82066607703e3f12e58b5ab85ee6fe04549 Mon Sep 17 00:00:00 2001 From: jdhao Date: Thu, 29 Oct 2020 21:53:28 +0800 Subject: [PATCH] remove two mappings Rarely used, and ctrl-u conflict with an already defined mapping. --- mappings.vim | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mappings.vim b/mappings.vim index 4d0e092..26bb3f3 100644 --- a/mappings.vim +++ b/mappings.vim @@ -110,10 +110,6 @@ inoremap ((pumvisible())?("\"):("\")) inoremap pumvisible() ? "\" : "\" inoremap pumvisible() ? "\" : "\" -" Use and to scroll the completion menu. -inoremap pumvisible() ? "\" : "\" -inoremap pumvisible() ? "\" : "\" - " Edit and reload init.vim quickly nnoremap ev :tabnew $MYVIMRC tcd %:h nnoremap sv :silent update $MYVIMRC source $MYVIMRC