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

There is no way to unmap something via the API #15334

Closed
tjdevries opened this issue Aug 10, 2021 · 1 comment
Closed

There is no way to unmap something via the API #15334

tjdevries opened this issue Aug 10, 2021 · 1 comment
Labels
api libnvim, Nvim RPC API enhancement feature request

Comments

@tjdevries
Copy link
Contributor

Feature already in Vim?

No response

Feature description

While nvim_set_keymap and nvim_buf_set_keymap exist, we do not have any way to unmap via the API.

This should not be terribly difficult PR, I could help someone along with implementing it.

@seandewar seandewar added the api libnvim, Nvim RPC API label Aug 10, 2021
@tjdevries
Copy link
Contributor Author

Looks like we actually do have this... nvim_del_keymap and nvim_buf_del_keymap. My bad :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api libnvim, Nvim RPC API enhancement feature request
Projects
None yet
Development

No branches or pull requests

2 participants