Skip to content

Customize "exit_message" to warn about tmux detach session

Benoit Formet requested to merge exit-message-detach into master

When using TMUX and exiting with CTRL-D display this message:

Do you really want to close session? (CTRL-B D to detach) ([y]/n)

instead of

Do you really want to exit? ([y]/n)

So that users will learn about the possibility to detach a tmux session. Especially useful when remote users share the same session.

Merge request reports