mirror of
https://github.com/tpope/vim-surround.git
synced 2026-09-10 07:16:17 -04:00
parent
489a1e8c67
commit
1a73f607f8
|
|
@ -557,9 +557,6 @@ if !exists("g:surround_no_mappings") || ! g:surround_no_mappings
|
|||
nmap ySS <Plug>YSsurround
|
||||
xmap S <Plug>VSurround
|
||||
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")
|
||||
imap <C-S> <Plug>Isurround
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue