.tmux.conf

From https://superuser.com/questions/479600/how-can-i-prevent-tmux-exiting-with-ctrl-d

IGNOREEOF didn't work for me so I just bound Ctrl+D to detach in .tmux.conf:

bind-key -n C-d detach

The -n means no prior escape sequence needed, like the tmux prefix.

No comments:

Post a Comment