mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu-ctrl-a.in: LP: #1311177
- revert r2317 as this is breaking ctrl-a in byobu-screen in a bad way
This commit is contained in:
parent
61e21e9e09
commit
662bbc5775
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -10,6 +10,8 @@ byobu (5.78) unreleased; urgency=medium
|
||||||
- Enable Ubuntu-themed dircolors on Ubuntu systems
|
- Enable Ubuntu-themed dircolors on Ubuntu systems
|
||||||
* usr/bin/byobu-janitor.in:
|
* usr/bin/byobu-janitor.in:
|
||||||
- ensure that windows.tmux exists; fixes warning with F5
|
- ensure that windows.tmux exists; fixes warning with F5
|
||||||
|
* usr/bin/byobu-ctrl-a.in: LP: #1311177
|
||||||
|
- revert r2317 as this is breaking ctrl-a in byobu-screen in a bad way
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 30 Mar 2014 20:42:10 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 30 Mar 2014 20:42:10 -0500
|
||||||
|
|
||||||
|
|
|
@ -117,7 +117,7 @@ case "$bind_to" in
|
||||||
$BYOBU_SED -i -e "/^register x /d" -e "/^bindkey \"^\"/d" -e "/^escape /d" "$keybindings"
|
$BYOBU_SED -i -e "/^register x /d" -e "/^bindkey \"^\"/d" -e "/^escape /d" "$keybindings"
|
||||||
echo "escape \"^${KEY}${key}\"" >> "$keybindings"
|
echo "escape \"^${KEY}${key}\"" >> "$keybindings"
|
||||||
echo "register x \"^${KEY}\"" >> "$keybindings"
|
echo "register x \"^${KEY}\"" >> "$keybindings"
|
||||||
echo "bindkey \"^${KEY}\" eval \"process x\"" >> "$keybindings"
|
echo "bindkey \"^${KEY}\" >> "$keybindings"
|
||||||
$BYOBU_BACKEND -X at 0 source "$BYOBU_CONFIG_DIR/profile"
|
$BYOBU_BACKEND -X at 0 source "$BYOBU_CONFIG_DIR/profile"
|
||||||
;;
|
;;
|
||||||
tmux)
|
tmux)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue