-
-
Notifications
You must be signed in to change notification settings - Fork 663
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
Configuring the default mode to a non-normal mode results in unexpected input behavior #3751
Comments
Hey, what are you trying to achieve? |
I previously configured the default mode to "prompt" instead of the usual "normal" mode. Just like in Vim, where you need to press a key to enter "insert" mode, I need to press a key to switch from "prompt" mode to "normal" mode. It works well in Zellij version 0.40, but after upgrading to version 0.41.1, I'm unable to enter input normally after switching to "normal" mode. I want to be able to input normally when switching to "normal" mode while the default mode is set to "prompt." Here is a part of my configuration:
|
I think this was not really supposed to work in the first place... Maybe the new |
Issue description
Configuring the default mode to a non-normal mode, such as 'prompt' in my work environment, leads to unexpected behavior. At startup, I am able to input some letters, which is clearly unexpected. The configured keybinds still work. However, once I switch to normal mode, I am unable to input anything.
I also tried configuring the default mode to 'entersearch' and attempted to input text. The letters appear in the shell instead of the search area.
Minimal reproduction
Other Related Information
zellij version 0.41.1
The text was updated successfully, but these errors were encountered: