Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: zsh 3.0.0 - ^D does not exit shell



> Hi!
> 
> I noticed that the zsh does not exit when I press ^D.
> IGNORE_EOF has *not* been set and I type in ^D right at the beginning.
> However, the zsh tried to expand some non-existent command and asks me
> "zsh: do you wish to see all 2667 possibilities?".

Perhaps ^D is not set to eof on your tty.  Use stty eof '^D'.

Zoltan



Messages sorted by: Reverse Date, Date, Thread, Author