summaryrefslogtreecommitdiff
path: root/roles/tools/templates/tmux.conf.j2
diff options
context:
space:
mode:
Diffstat (limited to 'roles/tools/templates/tmux.conf.j2')
-rw-r--r--roles/tools/templates/tmux.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/tools/templates/tmux.conf.j2 b/roles/tools/templates/tmux.conf.j2
index 0313336..07e88b9 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
37bind-key -T off C-M-PageDown switch-client -n 37bind-key -T off C-M-PageDown switch-client -n
38bind-key -T off C-M-PageUp switch-client -p 38bind-key -T off C-M-PageUp switch-client -p
39 39
40bind-key Tab command-prompt -p "which session?" "run-shell \"bash -i -c 'tmux_dev %1'\"" 40bind-key Tab command-prompt -p "which session?" "run-shell \"fl_tmux_dev %1\""
41 41
42# même hack que sur screen lorsqu'on veut profiter du scroll du terminal 42# même hack que sur screen lorsqu'on veut profiter du scroll du terminal
43# (xterm ...) 43# (xterm ...)