1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

do not use vim-sandwich's default mappings

This commit is contained in:
jdhao 2020-10-12 23:09:03 +08:00
parent d16c329c8d
commit ef0c9cb22a

View File

@ -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 <Plug>(operator-sandwich-add)
xmap ys <Plug>(operator-sandwich-add)