* usr/bin/byobu-ctrl-a.in: LP: #1313209

- fix syntax error, remove unnecessary bindkey line
This commit is contained in:
Dustin Kirkland 2014-04-27 07:59:51 -05:00
commit 64755c4672
2 changed files with 2 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.79) unreleased; urgency=medium byobu (5.79) unreleased; urgency=medium
* UNRELEASED * usr/bin/byobu-ctrl-a.in: LP: #1313209
- fix syntax error, remove unnecessary bindkey line
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 23 Apr 2014 18:24:26 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 23 Apr 2014 18:24:26 -0500

View file

@ -117,7 +117,6 @@ 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}\" >> "$keybindings"
$BYOBU_BACKEND -X at 0 source "$BYOBU_CONFIG_DIR/profile" $BYOBU_BACKEND -X at 0 source "$BYOBU_CONFIG_DIR/profile"
;; ;;
tmux) tmux)