Andrew Radev

Results 225 comments of Andrew Radev

Sorry it took me a while to get to this. It would be possible to transform the arrow-block into a `lambda`, but I'm not sure under what circumstances we want...

Sorry, again, for taking so long to address this. For starters, there _was_ a separate issue related to this, actually: https://github.com/AndrewRadev/switch.vim/issues/27 What I implemented there was a way to toggle...

I think I've managed to pull this off in the branch [empty-markdown-cells](https://github.com/AndrewRadev/sideways.vim/tree/empty-markdown-cells). The problem is the plugin tends to consider whitespace between items to be unimportant. When you have, for...

Good point. I've created a new branch called `textobj-with-count`. In it, you should be able to say, for example, `2daa` or `d2aa` and this would delete the next 2 arguments....

I think `:SidewaysJump` could probably be used for deleting left and right, yes. I'll just have to turn it into a proper plugin mapping and see how I can handle...

Didn't manage to work that weekend, other things came up. I put some time into it today and I think I'm going to have to do a little bit of...

I can't really imagine how this would be implemented generically and reliably. I'll take a look at the source code of argtextobj for ideas, but I don't think I'll be...

I think I've gotten the motions working, though I'm not sure they're very useful the way they are now... The problem is that the motions go to the beginning of...

Did you get around to experimenting with the motions? What do you think about the `w`/`e` problem?

No worries, just wanted to throw a bump in there, keep the issue alive :).