mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/bin/byobu-ctrl-a.in: LP: #1313209
- fix syntax error, remove unnecessary bindkey line
This commit is contained in:
parent
ed1a4213d8
commit
64755c4672
2 changed files with 2 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue