-
Notifications
You must be signed in to change notification settings - Fork 42
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
Surround commands #53
Comments
This should be done by first supporting custom bindings since Vim doesn't ship with this and it comes from an extension, right? ... especially since vim-surround has made some design decisions like using
... where this special distinction between opening and closing braces is pretty un-Vim-like. |
Yes, you're right. BTW, custom mapping is issued #9. |
will surround ever be implemented? |
@dagadbm |
@alisonatwork what do you think about supporting surround mappings? It's probably one of the things I miss the most - but also I can see the argument that it's not for a Vim emulator to implement Vim plugin settings. I don't use all of the mappings but I miss being able to hit WDYT? |
Hi @jackfranklin sorry for the slow reply. This sounds like a good idea to me! Personally i've never used this feature before, but i can see the benefit. Definitely happy to code review and merge if you can put a PR together. One thing i am not sure about is if we should have a config option for these extensions to the standard vim command set. I don't know if we have any vim plugin behavior built into the standard code yet, but seeing as @aioutecism originally opened the ticket, i imagine they're fine with including it. If it doesn't conflict with any of the standard commands and there are people who are keen to use it, i think it's reasonable to add. |
Support surrounding commands like https://github.com/tpope/vim-surround.
The text was updated successfully, but these errors were encountered: