emacs-evil / evil-surround

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

Feature request #140

Closed l4zygreed closed 6 years ago

l4zygreed commented 6 years ago

Can you add functionality to add words after surroundings into them? aka M-e in vim-surround

ninrod commented 6 years ago

hi, can you provide an example?

l4zygreed commented 6 years ago

yea on gif I just added surrounds and pressed Alt-e inside them gif

so the wanted functionality is:

edkolev commented 6 years ago

Seems like you already have a working workflow, how would surround improve that?

Do you want something to insert () when you enter (? If so, you can look into electric pair more or smartparens.

l4zygreed commented 6 years ago

it's vim screencast, I can't reproduce this in emacs, or I don't know how

Dickby commented 6 years ago

smartparens and paredit have functions like that. (slurp and barf)

l4zygreed commented 6 years ago

oh ok, I found it, thank you guys