linux shell 软件 terminator 的一些设置
- ctrl + d 快捷键会退出终端的解决方案
- fish shell
只需要在 ~/.config/fish/config.fish 里添加bind \cd delete-char - bash shell
设置set -o ignoreeof或export IGNOREEOF=99999999
- fish shell
bind \cd delete-charset -o ignoreeof 或 export IGNOREEOF=99999999