gepoch / vim-surround

Surround for the Atom editor.
MIT License
52 stars 2 forks source link

Change Surround Command #2

Closed gepoch closed 9 years ago

gepoch commented 10 years ago

c s " ' (change double quotes to single quotes) and related commands are not implemented yet.

geoffharcourt commented 9 years ago

In order to implement this behavior, I think it would be useful to hook in to vim-mode's text object functionality rather than trying to implement it separately.

gepoch commented 9 years ago

I'll definitely file this away in the brain for later! :)

geoffharcourt commented 9 years ago

I'm taking a look at it myself, but I just wanted to avoid building two implementations of this behavior.

lazdmx commented 9 years ago

:+1:

shemerey commented 9 years ago

@gepoch, @geoffharcourt @lazutkin here is my attempt to do so https://github.com/gepoch/vim-surround/pull/20