thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.74k stars 241 forks source link

How to turn off Ctrl-C + Ctrl-D sequence that closes current terminal and opens a new window? #757

Closed unclechu closed 3 years ago

unclechu commented 3 years ago

I have a habit of terminating my terminal session by pressing Ctrl-D.

When I open a new terminal window if I press Ctrl-C and then Ctrl-D it will close current terminal window (as expected, since the shell exits) but also it opens a new terminal window after which is not desirable behavior for me.

Any ideas how to turn off this behavior?

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.