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
Basically <c-y> is not remapped from the default (select = false) behavior. If one uses a capitalized version <C-y>, though, then everything works as expected. I suspect that is because both versions are the same for neovim, but are actually different for as lua table keys.
Steps to reproduce
Just try confirming any selection with ctrl+y in insert mode.
Expected behavior
ctrl+y is remapped to select=true
Actual behavior
ctrl+y is not remapped
Additional context
No response
The text was updated successfully, but these errors were encountered:
FAQ
Announcement
Minimal reproducible full config
The only change is in the mapping section, but here is the full config anyway:
Description
Basically
<c-y>
is not remapped from the default (select = false) behavior. If one uses a capitalized version<C-y>
, though, then everything works as expected. I suspect that is because both versions are the same for neovim, but are actually different for as lua table keys.Steps to reproduce
Just try confirming any selection with ctrl+y in insert mode.
Expected behavior
ctrl+y is remapped to select=true
Actual behavior
ctrl+y is not remapped
Additional context
No response
The text was updated successfully, but these errors were encountered: