What happens in visual mode?

I downloaded the new version of Tim’s Surround plugin. I noticed that it is deprecated by 's' in favor of the capital letters 'S'.

He said that this should prevent the Vim user from interfering with a large amount of muscle memory to strike in the lower case in visual mode. I have done some searches, but I can’t find what exactly does this do?

I would like to know, just in case, there is good information that I should know about this key combo :)

+5
source share
2 answers

As described in the Vim manual:

{Visual} [ "x] c v_c v_s {Visual} [" x] s [ x]                         start insert ( {Visual} . Visual-mode). {                          Vi}

, c s .

, , , - , .

:

:help v_s

, s .

+6

s , x, i

(),

+2

All Articles