emacs-evil / evil-surround

you will be surrounded (surround.vim for evil, the extensible vi layer)
Other
627 stars 60 forks source link

#126 Update readme.org #127

Closed TangMonk closed 6 years ago

TangMonk commented 6 years ago

126

edkolev commented 6 years ago

That's not correct, not by default at least. Check what you have mapped to the s key in visual mode

TangMonk commented 6 years ago
S runs the command evil-substitute, which is an interactive compiled Lisp
function in ‘evil-commands.el’.

It is bound to S, <visual-state> S.

(evil-substitute BEG END &optional TYPE REGISTER)

Change a character.

eh..., it seems spacemacs change the s to S by default

ninrod commented 6 years ago

oh, you're using spacemacs. In this case you should open this issue there. evil-surround is behaving nicely in this regard.