From 40653794e94c9f397daac035719d2b54c3403f29 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Tue, 29 Jun 2021 13:19:20 -0400 Subject: [PATCH] ENH bring back ctrl-D --- dot_config/zsh/dot_zshrc.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index c46c643..a46241b 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -1,8 +1,5 @@ ## User-specific Zsh config (on top of what is in /etc/zsh/zshrc) -# turn off Ctrl-D so I don't accidently kill tmux -setopt ignore_eof - ## -------------------------------------------------- # autocompletion ## --------------------------------------------------