blob: 800bc38d790db3410d28644507caf12fa735fdde (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
" Remove surround.vim's insert mode maps
if !exists('g:loaded_surround')
finish
endif
iunmap <Plug>ISurround
iunmap <Plug>Isurround
iunmap <C-G>S
iunmap <C-G>s
iunmap <C-S>
|