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

Map <Return> and <Backspace> directly to <Plug> commands #424

Merged
merged 1 commit into from
May 16, 2022

Conversation

tomtomjhj
Copy link
Contributor

NeoVim introduced a breaking change that breaks indirect mapping of
<Return> and <Backspace> to a command via <C-m> and <C-h>.
(neovim/neovim#14090 (comment))

Mapping them directly fixes the problem and is clearer.

NeoVim introduced a breaking change that breaks indirect mapping of
<Return> and <Backspace> to a command via <C-m> and <C-h>.
(neovim/neovim#14090 (comment))

Mapping them directly fixes the problem and is clearer.
Copy link
Owner

@lambdalisue lambdalisue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@lambdalisue lambdalisue merged commit 20fbe73 into lambdalisue:master May 16, 2022
@tomtomjhj tomtomjhj deleted the direct-map branch May 16, 2022 01:34
This pull request was closed.
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