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
This puts me initially in vi-mode thanks to the plugin. If I enter a command, run it, then hit Ctrl + C, I am no longer in vi-mode, but what appears to be emacs mode.
This behavior does not happen if I enable evrything else I have, but have oh-my-posh disabled, therefore I have concluded that most likely it's something with oh-my-posh or zsh-vi-mode.
I have attached the output of declare before and after the issue happens. declarediff.txt
I have deleted ~/.cache/zsh* and ~/.cache/oh-my-posh.
Closing my terminal (kitty) puts me where I want it to work, so does exec zsh, but I cannot be doing that after each time I Ctrl+C.
bindkey -v in the terminal and in .zshrc works as expected when zsh-vi-mode is disabled.
I wonder if this has anything to do with znap (which I don't use myself)? Personally, I only add the ZVM plugin to the aptly named array and then let Oh My Zsh do its thing:
Code of Conduct
What happened?
With the ZVM plugin enabled, I have this simple .zshrc that I experience this bug with:
This puts me initially in vi-mode thanks to the plugin. If I enter a command, run it, then hit Ctrl + C, I am no longer in vi-mode, but what appears to be emacs mode.
This behavior does not happen if I enable evrything else I have, but have oh-my-posh disabled, therefore I have concluded that most likely it's something with oh-my-posh or zsh-vi-mode.
I have attached the output of
declare
before and after the issue happens.declarediff.txt
I have deleted ~/.cache/zsh* and ~/.cache/oh-my-posh.
Closing my terminal (kitty) puts me where I want it to work, so does
exec zsh
, but I cannot be doing that after each time I Ctrl+C.bindkey -v
in the terminal and in .zshrc works as expected when zsh-vi-mode is disabled.Theme
Tested with default aka. no config.
What OS are you seeing the problem on?
Linux
Which shell are you using?
zsh
Log output
The text was updated successfully, but these errors were encountered: