-
Notifications
You must be signed in to change notification settings - Fork 44
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
[Bug]: Can't exit resize mode second time if <Esc> is mapped #232
Comments
I have the same problem |
As a temporary solution, you can use the pogyomo/submode.nvim plugin. Warning Not directly the solution to the issue
|
Yeah, I've been considering making something like that the official solution; I don't use the resize mode feature and it's been a bit of a maintenance burden. |
I also think delegating this functionality to another plugin is a good idea. Mentioning |
Yep, agree with all of that. I'll need to put some more thought into it since it would be a breaking change, but I won't get to it till after the holidays since I'm away from home at family's. I'll revisit this some time in the next couple weeks. |
Similar Issues
Neovim Version
Multiplexer Integration
Kitty
Multiplexer Version
Steps to Reproduce
<Esc>
to exit resize mode<Esc>
to exit resize mode again, failedExpected Behavior
Exit resize mode normally.
Actual Behavior
Stuck in resize mode, unable to exit.
Minimal Configuration to Reproduce
Additional Details and/or Screenshots
No response
The text was updated successfully, but these errors were encountered: