summaryrefslogtreecommitdiff
path: root/roles/tools/templates
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-28 10:13:27 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-28 20:23:16 +0100
commitd4357f69e1ccbb1c277f8978ea6f4a368b3ee3c2 (patch)
tree4062fb00ac2419feae4c71de1228a76d2badb67f /roles/tools/templates
parent34d5d6fc77fd440963b1e0cfc099bc7291c5eeb0 (diff)
downloadAnsible-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.j21
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
75set -g default-terminal screen-256color 75set -g default-terminal screen-256color
76 76
77set -g mouse on 77set -g mouse on
78set -g detach-on-destroy off