X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=roles%2Ftools%2Ftemplates%2Ftmux.conf.j2;h=57ddc2e9670e2f44359620ef2808a5253b265f37;hb=90b63575c59ee6ff6b91806fd17fb7a2f1136762;hp=03133360a838f23b2146f3345500c138da928612;hpb=2c02fe2aa9c014f7f1e922da75ab45b98da45f09;p=perso%2FImmae%2FConfig%2FAnsible.git diff --git a/roles/tools/templates/tmux.conf.j2 b/roles/tools/templates/tmux.conf.j2 index 0313336..57ddc2e 100644 --- a/roles/tools/templates/tmux.conf.j2 +++ b/roles/tools/templates/tmux.conf.j2 @@ -37,7 +37,7 @@ bind-key -T off F12 set-option -u prefix \; set-option -u key-table \; set-optio bind-key -T off C-M-PageDown switch-client -n bind-key -T off C-M-PageUp switch-client -p -bind-key Tab command-prompt -p "which session?" "run-shell \"bash -i -c 'tmux_dev %1'\"" +bind-key Tab command-prompt -p "which session?" "run-shell \"fl_tmux_dev %1\"" # même hack que sur screen lorsqu'on veut profiter du scroll du terminal # (xterm ...) @@ -75,3 +75,4 @@ set-window-option -g window-status-bell-style fg=yellow,bold,underscore set -g default-terminal screen-256color set -g mouse on +set -g detach-on-destroy off