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:
parent
d16c329c8d
commit
ef0c9cb22a
@ -686,6 +686,9 @@ call deoplete#custom#source('emoji', 'converters', ['converter_emoji'])
|
|||||||
|
|
||||||
"{{ text objects
|
"{{ text objects
|
||||||
""""""""""""""""""""""""""""vim-sandwich settings"""""""""""""""""""""""""""""
|
""""""""""""""""""""""""""""vim-sandwich settings"""""""""""""""""""""""""""""
|
||||||
|
" Do not use the default mappings
|
||||||
|
let g:sandwich_no_default_key_mappings = 1
|
||||||
|
|
||||||
" mappings for add surround
|
" mappings for add surround
|
||||||
nmap ys <Plug>(operator-sandwich-add)
|
nmap ys <Plug>(operator-sandwich-add)
|
||||||
xmap ys <Plug>(operator-sandwich-add)
|
xmap ys <Plug>(operator-sandwich-add)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user