mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/bin/byobu-ctrl-a.in: LP: #1710780
- set prefix2 to F12 in screen-compat ctrl-a mode
This commit is contained in:
commit
5801edb00e
2 changed files with 5 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -16,6 +16,10 @@ byobu (5.123) unreleased; urgency=medium
|
||||||
set an alternate window title for their byobu session
|
set an alternate window title for their byobu session
|
||||||
- https://github.com/dustinkirkland/byobu/pull/23
|
- https://github.com/dustinkirkland/byobu/pull/23
|
||||||
|
|
||||||
|
[ Mitsuya Shibata ]
|
||||||
|
* usr/bin/byobu-ctrl-a.in: LP: #1710780
|
||||||
|
- set prefix2 to F12 in screen-compat ctrl-a mode
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 17 Aug 2017 18:44:26 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 17 Aug 2017 18:44:26 -0500
|
||||||
|
|
||||||
byobu (5.122-0ubuntu1) artful; urgency=medium
|
byobu (5.122-0ubuntu1) artful; urgency=medium
|
||||||
|
|
|
@ -129,7 +129,7 @@ case "$bind_to" in
|
||||||
else
|
else
|
||||||
# tmux 1.6 and above supports prefix and prefix2
|
# tmux 1.6 and above supports prefix and prefix2
|
||||||
echo "set -g prefix ^${KEY}" >> "$keybindings"
|
echo "set -g prefix ^${KEY}" >> "$keybindings"
|
||||||
echo "set -g prefix2 ^${KEY}" >> "$keybindings"
|
echo "set -g prefix2 F12" >> "$keybindings"
|
||||||
fi
|
fi
|
||||||
echo "bind ${key} send-prefix" >> "$keybindings"
|
echo "bind ${key} send-prefix" >> "$keybindings"
|
||||||
$BYOBU_BACKEND source "$BYOBU_PREFIX/share/byobu/profiles/tmuxrc" 2>/dev/null
|
$BYOBU_BACKEND source "$BYOBU_PREFIX/share/byobu/profiles/tmuxrc" 2>/dev/null
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue