Move stty -ixon from widgets.zsh (lazy-loaded inside zle-line-init hook) back to .zshrc so it runs before ZLE starts. Inside a ZLE hook, the change only survives the first prompt because ZLE restores saved terminal settings (with ixon on) between prompts. Bind ^D to delete-char so pressing it on an empty line no longer triggers the IGNORE_EOF 'use exit to exit' warning spam. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
5.6 KiB
5.6 KiB