Closed qwIvan closed 3 years ago
Hi @qwIvan! You can try to swap set surround
and set sneak
instructions in your ~/.ideavimrc
file. Alternatively you can map your surround plugin action back by adding this to config:
vmap S <Plug>VSurround
This lines maps S in visual mode to call VSurround command of the surround plugin.
Because it is conflict with
set surround
whenS
be invoked on visual mode.