Open sorin-ionescu opened 8 years ago
I've tracked it down to this line.
The autosuggestion is also not cleared if you don't execute any command and just hit Ctrl-C, although I don't know if that's expected behavior.
I tracked it down to that line as well. The solution is adding ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS+=(editor-info)
to init.zsh.
In fish
, Ctrl-C clears the line, but does not abandon the prompt. It's probably mutually exclusive to auto-suggestions.
+1
The solution is adding ZSH_AUTOSUGGEST_PARTIAL_ACCEPT_WIDGETS+=(editor-info) to init.zsh.
Any reason you haven't commited that as a fix in prezto?
I still see this issue even after applying sorin's fix.
In addition to sorin's fix, If I disable the line this line, this problem disappears.
I am currently using sorin theme where zle reset-prompt
is called. I am not sure if this issue is about calling this function twice.
:+1: Running into this as well. Here's a screenshot of what I'm seeing (git s
is an alias for git status
)
It seems to be caused by the editor module.