From 906384906e55e3f3035283c811d4a9d37dcc072f Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 24 Nov 2010 13:00:58 -0600 Subject: [PATCH] * usr/share/byobu/keybindings/f-keys: resize on each window change, LP: #680559 * README: minor edit to the instructions; tested and working for me now --- debian/changelog | 8 ++++---- usr/share/byobu/keybindings/f-keys | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/debian/changelog b/debian/changelog index 38fdb524..14c98bf2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,16 +1,16 @@ byobu (3.11) unreleased; urgency=low - [ Dustin Kirkland ] - * README: minor edit to the instructions; tested and working for me now - [ Marcin Juszkiewicz ] * usr/lib/byobu/cpu_freq: fix cpu frequency detection on ARM, LP: #675442 [ Dustin Kirkland ] * etc/update-motd.d/55-window-manager: fix a spelling error, allow for easy disabling of the motd message + * usr/share/byobu/keybindings/f-keys: resize on each window change, + LP: #680559 + * README: minor edit to the instructions; tested and working for me now - -- Dustin Kirkland Wed, 24 Nov 2010 12:51:38 -0600 + -- Dustin Kirkland Wed, 24 Nov 2010 12:59:37 -0600 byobu (3.10-0ubuntu1) natty; urgency=low diff --git a/usr/share/byobu/keybindings/f-keys b/usr/share/byobu/keybindings/f-keys index aa72c74a..e4a53681 100644 --- a/usr/share/byobu/keybindings/f-keys +++ b/usr/share/byobu/keybindings/f-keys @@ -23,9 +23,9 @@ bindkey -k k1 screen -t config 0 byobu-config # F1 | Configuration (along with F9) # | since F1 = Help in gnome-terminal bindkey -k k2 screen # F2 | Create new window -bindkey -k k3 prev # F3 | Previous Window -bindkey -k k4 next # F4 | Next Window -register r "^a:source $HOME/.byobu/profile^M" # | Goes with F5 definition +bindkey -k k3 eval 'prev' 'fit' # F3 | Previous Window +bindkey -k k4 eval 'next' 'fit' # F4 | Next Window +register r "^a:source $HOME/.byobu/profile^M" # | Goes with F5 definition bindkey -k k5 eval 'fit' 'process r' # F5 | Reload profile bindkey -k k6 detach # F6 | Detach from this session bindkey -k k7 copy # F7 | Enter copy/scrollback mode