From ef0c9cb22ae6a9fb6faf25c7113d1ccf074ee33a Mon Sep 17 00:00:00 2001 From: jdhao Date: Mon, 12 Oct 2020 23:09:03 +0800 Subject: [PATCH] do not use vim-sandwich's default mappings --- plugins.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins.vim b/plugins.vim index 27306c6..1798e15 100644 --- a/plugins.vim +++ b/plugins.vim @@ -686,6 +686,9 @@ call deoplete#custom#source('emoji', 'converters', ['converter_emoji']) "{{ text objects """"""""""""""""""""""""""""vim-sandwich settings""""""""""""""""""""""""""""" +" Do not use the default mappings +let g:sandwich_no_default_key_mappings = 1 + " mappings for add surround nmap ys (operator-sandwich-add) xmap ys (operator-sandwich-add)