From 9f528ac4c4ad219ce91f43d14a97401348f315f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 21 Nov 2018 19:11:56 +0100 Subject: Move bash functions to separate scripts --- roles/tools/templates/tmux.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/tools/templates/tmux.conf.j2') 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 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 ...) -- cgit v1.2.3