feat(neovim): update config

This commit is contained in:
Felix Schröter 2020-10-03 16:52:45 +02:00
parent 0d2cb96604
commit f791454017
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
5 changed files with 14 additions and 19 deletions

View file

@ -17,6 +17,6 @@ endfunction
omap <expr> s '<esc>'.SurroundOp('s')
omap <expr> S '<esc>'.SurroundOp('S')
imap <C-S> <Plug>Isurround
imap <C-G>s <Plug>Isurround
imap <C-S> <Plug>Isurround
imap <C-G>s <Plug>Isurround
imap <C-G>S <Plug>ISurround