From 7c9c152368014cf56cd503e0e0ff40679192c291 Mon Sep 17 00:00:00 2001 From: jdhao Date: Sat, 19 Jun 2021 11:05:35 +0800 Subject: [PATCH] Update mappings.vim --- core/mappings.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/mappings.vim b/core/mappings.vim index eba7106..a2bd61b 100644 --- a/core/mappings.vim +++ b/core/mappings.vim @@ -99,9 +99,9 @@ xnoremap > >gv " annoying newline. Otherwise, is what it is. For more info , see " https://superuser.com/a/941082/736190 and " https://unix.stackexchange.com/q/162528/221410 -inoremap ((pumvisible())?("\"):("\")) +" inoremap ((pumvisible())?("\"):("\")) " Use to close auto-completion menu -inoremap ((pumvisible())?("\"):("\")) +" inoremap ((pumvisible())?("\"):("\")) " Tab-complete, see https://vi.stackexchange.com/q/19675/15292. inoremap pumvisible() ? "\" : "\"