diff options
author | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-21 19:11:56 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@fretlink.com> | 2018-11-21 19:11:56 +0100 |
commit | 9f528ac4c4ad219ce91f43d14a97401348f315f3 (patch) | |
tree | f071736bbb84e4e2419fd348cf31804e3bf13b99 /roles/tools/templates/tmux.conf.j2 | |
parent | e7e024a932fe531d0b0b8eea2c048b0de06b43f0 (diff) | |
download | Ansible-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.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 ...) |