Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How does this compare to vim-vertical-move? #1

Open
wellle opened this issue Feb 28, 2018 · 2 comments
Open

How does this compare to vim-vertical-move? #1

wellle opened this issue Feb 28, 2018 · 2 comments

Comments

@wellle
Copy link

wellle commented Feb 28, 2018

[not a real issue, just a question]

Hi again, I'm currently looking at your vim plugins, really good stuff!

I found this one and it looks very similar to vim-vertical-move which I'm currently using. Are you aware of it? Are there any known differences between that plugin and yours? You might consider mentioning them in the Readme.

@romgrk
Copy link
Owner

romgrk commented Mar 1, 2018

Yo,

It looks very similar, I've added a link to it on the readme. I wrote this plugin on the fly (as most of the plugins I wrote), so I didn't take time at all to research alternatives. Thanks :)

And speaking of vim plugins, you wanna know a neat script that I never got time to put in a real plugin? I find it so useful, it's this: https://gist.github.com/romgrk/35186f3b5a71a7d89b2229b6f73e4f32
What it does is it allows you to manipulate function calls, through vim-surround.

Initial (cursor at _) Keys Result
let value = _something yseftest<CR> let value = test(something)
let value = test(_something) dsf let value = something
let value = test(_something) csf] let value = [something]

@wellle
Copy link
Author

wellle commented Mar 1, 2018

Oh wow that's great! I was looking for that and actually opened an issue about in three years ago:
tpope/vim-surround#157

I mentioned your gist there and pinged you for approval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants