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

Add Vim.unmap to public api to undo Vim.map #3814

Closed
wants to merge 1 commit into from

Conversation

cldwalker
Copy link
Contributor

Hi. In the LightTable Vim plugin, we'd like our keybinding changes to stay in sync with the vim keymap bindings. Currently we can only map keybindings but can't undo them - LightTable/Vim#66 . This seemed like a reasonable function to make public. Happy to discuss further if need be. Cheers

@cldwalker
Copy link
Contributor Author

Anything I can do to expedite this? unmap is a normal vim command so it seems reasonable to add this

@marijnh
Copy link
Member

marijnh commented Feb 18, 2016

I've merged this as 0b06a49. I'm not sure why unmap wasn't part of the API before, but it looks non-problematic.

@marijnh marijnh closed this Feb 18, 2016
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

Successfully merging this pull request may close these issues.

2 participants