Closed
Description
I have setopt ignoreeof
at the beginning of my .zshrc
file. Normally, when I pres ctrl+d
I get following message: zsh: use 'exit' to exit.
That is desired behavior.
Now when I source sh-syntax-highlighting
in .zshrc
, suddenly ctrl+d
behaves weird. When I pres ctrl+d
I get a list of all available commands, and at the bottom of the screen At Top: Hit TAB for more, or character to insert
.