Merge lp:~cosmos-door/byobu/lp1710780 into lp:byobu

Proposed by Mitsuya Shibata
Status: Merged
Merged at revision: 2567
Proposed branch: lp:~cosmos-door/byobu/lp1710780
Merge into: lp:byobu
Diff against target: 12 lines (+1/-1)
1 file modified
usr/bin/byobu-ctrl-a.in (+1/-1)
To merge this branch: bzr merge lp:~cosmos-door/byobu/lp1710780
Reviewer Review Type Date Requested Status
Dustin Kirkland  Pending
Review via email: mp+329023@code.launchpad.net

Description of the change

* usr/bin/byobu-ctrl-a: LP: #1710780
  - always set F12 key to prefix2 on tmux

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'usr/bin/byobu-ctrl-a.in'
2--- usr/bin/byobu-ctrl-a.in 2016-04-07 22:07:52 +0000
3+++ usr/bin/byobu-ctrl-a.in 2017-08-15 06:57:32 +0000
4@@ -129,7 +129,7 @@
5 else
6 # tmux 1.6 and above supports prefix and prefix2
7 echo "set -g prefix ^${KEY}" >> "$keybindings"
8- echo "set -g prefix2 ^${KEY}" >> "$keybindings"
9+ echo "set -g prefix2 F12" >> "$keybindings"
10 fi
11 echo "bind ${key} send-prefix" >> "$keybindings"
12 $BYOBU_BACKEND source "$BYOBU_PREFIX/share/byobu/profiles/tmuxrc" 2>/dev/null

Subscribers

People subscribed via source and target branches