summaryrefslogtreecommitdiff
path: root/roles/tools/templates/tmux.conf.j2
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-21 19:11:56 +0100
committerIsmaël Bouya <ismael.bouya@fretlink.com>2018-11-21 19:11:56 +0100
commit9f528ac4c4ad219ce91f43d14a97401348f315f3 (patch)
treef071736bbb84e4e2419fd348cf31804e3bf13b99 /roles/tools/templates/tmux.conf.j2
parente7e024a932fe531d0b0b8eea2c048b0de06b43f0 (diff)
downloadAnsible-9f528ac4c4ad219ce91f43d14a97401348f315f3.tar.gz
Ansible-9f528ac4c4ad219ce91f43d14a97401348f315f3.tar.zst
Ansible-9f528ac4c4ad219ce91f43d14a97401348f315f3.zip
Move bash functions to separate scripts
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 ...)