Kyle Chui

Results 111 comments of Kyle Chui

This would also be useful for "trimming whitespace" associated with certain motions. For example, `g@a"` (or any quote, for that matter) by default selects extra whitespace around the quotes. To...

> Just noticed I get an error now when I run `css` / `dss` on a line: > > ``` > E5108: Error executing lua ...k/packer/start/nvim-surround/lua/nvim-surround/utils.lua:100: start is higher than...

@voyeg3r Seeing as you were the one requesting the feature, perhaps you can give a bit more information/a more concrete description of what you would like to see out of...

@devkvlt Thanks for the input; it will probably be the next "big" feature I add after pattern-based modifications in #101

@voyeg3r Do you think it would be a bad idea to "tie" this feature together with aliases? For example, you would be able to have `tsp` for braces, but that...

@pearofducks Thanks for the kind words :) As for `csqq`, I think this *could* work as a feature but I think it would be relatively limited in scope, at least...

Yeah, the basic idea is that `ysiwq` doesn't exist, because `q` is ambiguous when it comes to which delimiter pair to add to the buffer. For that reason, `cs)q` or...

Pushing this back a bit since I made a handful of breaking changes here and there for `v2.0.0`, and I would like people to really test what exists first before...

Another thing I would like to add is code blocks to let users just copy/paste "default" configs for setting things up sandwich-style, which I'll need help for since I've never...

> Probably worth including mini.surround as well, even though personally I'm not a fan of the packaging of the mini plugins, they are a valid competitor and I've noticed them...