budimanjojo/tmux.fish

ctrl+c close terminal

Closed this issue · 1 comments

if I type Ctrl + C to send SIGINT (I think in fish Ctrl + C is bound to cancel-commandline) the whole terminal closes.

In normal terminal, it should do nothing if there is no running process, else kill that process.

Not sure why it's happening but this plugin is just calling tmux on startup and do nothing else. So I'm pretty sure it's not what causing that problem