You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Map <Return> and <Backspace> directly to <Plug> commands
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.
0 commit comments