mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-24 07:06:19 -07:00
* usr/bin/byobu-ctrl-a: LP: #1098229
- fix typo that breaks ctrl-a selection behavior
This commit is contained in:
parent
ac85ee959f
commit
accf701110
2 changed files with 3 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ byobu (5.27) unreleased; urgency=low
|
||||||
|
|
||||||
* usr/bin/byobu-config: LP: #1097922, #1098102
|
* usr/bin/byobu-config: LP: #1097922, #1098102
|
||||||
- ensure byobu-config works even if ~/.profile doesn't exist
|
- ensure byobu-config works even if ~/.profile doesn't exist
|
||||||
|
* usr/bin/byobu-ctrl-a: LP: #1098229
|
||||||
|
- fix typo that breaks ctrl-a selection behavior
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 10 Jan 2013 16:36:23 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 10 Jan 2013 16:36:23 -0600
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@ case "$bind_to" in
|
||||||
emacs)
|
emacs)
|
||||||
case "$BYOBU_BACKEND" in
|
case "$BYOBU_BACKEND" in
|
||||||
screen)
|
screen)
|
||||||
$BYOBU_SED -i -e "/^register x /d" -e "/^bindkey \"^\"/d" -e "/^escape escape \^${KEY$}${key}/d" "$keybindings"
|
$BYOBU_SED -i -e "/^register x /d" -e "/^bindkey \"^\"/d" -e "/^escape escape \^${KEY}${key}/d" "$keybindings"
|
||||||
echo 'bindkey "^${KEY}"' >> "$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"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue