diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-28 10:13:27 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-28 20:23:16 +0100 |
commit | d4357f69e1ccbb1c277f8978ea6f4a368b3ee3c2 (patch) | |
tree | 4062fb00ac2419feae4c71de1228a76d2badb67f /roles/tools/templates | |
parent | 34d5d6fc77fd440963b1e0cfc099bc7291c5eeb0 (diff) | |
download | Ansible-d4357f69e1ccbb1c277f8978ea6f4a368b3ee3c2.tar.gz Ansible-d4357f69e1ccbb1c277f8978ea6f4a368b3ee3c2.tar.zst Ansible-d4357f69e1ccbb1c277f8978ea6f4a368b3ee3c2.zip |
ssh and tmux configuration fixes
Diffstat (limited to 'roles/tools/templates')
-rw-r--r-- | roles/tools/templates/tmux.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/tools/templates/tmux.conf.j2 b/roles/tools/templates/tmux.conf.j2 index 07e88b9..57ddc2e 100644 --- a/roles/tools/templates/tmux.conf.j2 +++ b/roles/tools/templates/tmux.conf.j2 | |||
@@ -75,3 +75,4 @@ set-window-option -g window-status-bell-style fg=yellow,bold,underscore | |||
75 | set -g default-terminal screen-256color | 75 | set -g default-terminal screen-256color |
76 | 76 | ||
77 | set -g mouse on | 77 | set -g mouse on |
78 | set -g detach-on-destroy off | ||