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

feat: make replace_keycodes consistent with nvim_set_keymap #507

Closed
wants to merge 1 commit into from
Closed

feat: make replace_keycodes consistent with nvim_set_keymap #507

wants to merge 1 commit into from

Conversation

MariaSolOs
Copy link
Contributor

Closes #500.

I'm not too sure if this should be categorized as a breaking change, since existing mappings will continue to work but might have a different behaviour than before...

@MariaSolOs
Copy link
Contributor Author

I should also mention that the reason why this just affects nvim >= 0.7 is because it seems that replace_keycodes has always had this behaviour for nvim_set_keymap, but I couldn't find a lot about what it did for other keymapping setting functions before that.

@MariaSolOs MariaSolOs closed this by deleting the head repository Oct 12, 2023
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.

feature: "replace_keycodes" defaults to true if "expr" is true.
1 participant