diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-12 00:34:22 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-12 00:34:22 +0800 |
| commit | d16c329c8d497cd31c8b88bc5fe938048ff6874a (patch) | |
| tree | 5b188e8a46edb277ba1726105b7289726dd12c98 /plugins.vim | |
| parent | bd2d4334e366d7f093e7ba968ccda89f3e3b1f75 (diff) | |
no need to unmap s operation
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins.vim b/plugins.vim index c3dec7f..27306c6 100644 --- a/plugins.vim +++ b/plugins.vim @@ -686,10 +686,6 @@ call deoplete#custom#source('emoji', 'converters', ['converter_emoji']) "{{ text objects """"""""""""""""""""""""""""vim-sandwich settings""""""""""""""""""""""""""""" -" Disable default s operation -nmap s <Nop> -xmap s <Nop> - " mappings for add surround nmap ys <Plug>(operator-sandwich-add) xmap ys <Plug>(operator-sandwich-add) |
