parent
489a1e8c67
commit
1a73f607f8
@ -557,9 +557,6 @@ if !exists("g:surround_no_mappings") || ! g:surround_no_mappings
|
|||||||
nmap ySS <Plug>YSsurround
|
nmap ySS <Plug>YSsurround
|
||||||
xmap S <Plug>VSurround
|
xmap S <Plug>VSurround
|
||||||
xmap gS <Plug>VgSurround
|
xmap gS <Plug>VgSurround
|
||||||
if maparg('s', 'x') ==# ''
|
|
||||||
xnoremap <silent> s :<C-U>echoerr 'surround.vim: Visual mode s has been removed in favor of S'<CR>
|
|
||||||
endif
|
|
||||||
if !hasmapto("<Plug>Isurround","i") && "" == mapcheck("<C-S>","i")
|
if !hasmapto("<Plug>Isurround","i") && "" == mapcheck("<C-S>","i")
|
||||||
imap <C-S> <Plug>Isurround
|
imap <C-S> <Plug>Isurround
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user