From c199d4df9bc05705acd1358c82fb8bb5c9b09384 Mon Sep 17 00:00:00 2001 From: Mitsuya Shibata Date: Tue, 15 Aug 2017 15:51:04 +0900 Subject: [PATCH] * usr/bin/byobu-ctrl-a: LP: #1710780 - always set F12 key to prefix2 on tmux --- usr/bin/byobu-ctrl-a.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/byobu-ctrl-a.in b/usr/bin/byobu-ctrl-a.in index e2a22941..788ea929 100755 --- a/usr/bin/byobu-ctrl-a.in +++ b/usr/bin/byobu-ctrl-a.in @@ -129,7 +129,7 @@ case "$bind_to" in else # tmux 1.6 and above supports prefix and prefix2 echo "set -g prefix ^${KEY}" >> "$keybindings" - echo "set -g prefix2 ^${KEY}" >> "$keybindings" + echo "set -g prefix2 F12" >> "$keybindings" fi echo "bind ${key} send-prefix" >> "$keybindings" $BYOBU_BACKEND source "$BYOBU_PREFIX/share/byobu/profiles/tmuxrc" 2>/dev/null