diff options
Diffstat (limited to 'roles/tools/templates')
-rw-r--r-- | roles/tools/templates/tmux.conf.j2 | 2 |
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 | |||
37 | bind-key -T off C-M-PageDown switch-client -n | 37 | bind-key -T off C-M-PageDown switch-client -n |
38 | bind-key -T off C-M-PageUp switch-client -p | 38 | bind-key -T off C-M-PageUp switch-client -p |
39 | 39 | ||
40 | bind-key Tab command-prompt -p "which session?" "run-shell \"bash -i -c 'tmux_dev %1'\"" | 40 | bind-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 ...) |