vim-surround icon indicating copy to clipboard operation
vim-surround copied to clipboard

Surround for the Atom editor.

Results 11 vim-surround issues
Sort by recently updated
recently updated
newest added

[Enter steps to reproduce below:] 1. Attempt to install vim-surround and vim at the same **Atom Version**: 0.210.0 **System**: Mac OS X 10.10.3 **Thrown From**: [vim-surround](https://github.com/gepoch/vim-surround) package, v0.7.2 ### Stack...

I am running into issues when running the `cs` command when the delimiter pair does not have whitespace on the outside, like with a ruby method definition: ``` ruby def...

To allow multiple surrounding characters.

Thanks for bringing the incredible vim-surround to Atom! The original supports surrounding a text object with the normal-mode command `ys`. From the README: > Now with the cursor on "Hello",...

`d s` doesn't work for me as immediately upon pressing `d` it just deletes the text selected. I've tried pressing them as fast as possible, there's just no way that...

What are the differences between these two settings? Actually why are there two settings? The default is the same (`d s`) command.

Here I am putting my cursor inside the string `s = "hello"` and pressing `c s " '`. ![surround_bug](https://cloud.githubusercontent.com/assets/45890/9077703/cdb201ee-3b63-11e5-95c8-e27624b4f0cf.gif) I can't track this down to a package or anything in...

Thank you so much for this package! When I do a surround action, it would be great to be able to repeat that command by hitting `.`.

enhancement

Hi, I'm really new to vim and atom in general so excuse my lack of knowledge. I added the following custom surrounds: , And now when I press 's' after...

I often want to change `$(this)` to `$( this )`, but running `cs)(` does not add the spaces around the word. Would it be possible to add this feature? Cheers...