While in vi mode on zsh the ":" does not reset to "+" at start of the new prompt if you hit enter while still in vi cmd mode.
For example if you hit ESC and then "k" to go back through command history and just press enter to execute the command the new prompt will show a ":" even though we are back in insert mode.
I have a one line fix that would go in the zsh section. I can send a PR if you like.
Thanks.
While in vi mode on zsh the ":" does not reset to "+" at start of the new prompt if you hit enter while still in vi cmd mode. For example if you hit ESC and then "k" to go back through command history and just press enter to execute the command the new prompt will show a ":" even though we are back in insert mode.
I have a one line fix that would go in the zsh section. I can send a PR if you like. Thanks.