diff --git a/debian/changelog b/debian/changelog index 61ce097d..e216eadc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (3.2) unreleased; urgency=low - * UNRELEASED + * usr/share/byobu/keybindings/f-keys: resize the screen as part of the + F5/refresh, LP: #619899 -- Dustin Kirkland Tue, 03 Aug 2010 15:19:23 -0400 diff --git a/usr/share/byobu/keybindings/f-keys b/usr/share/byobu/keybindings/f-keys index d3f75f49..8e7e56c2 100644 --- a/usr/share/byobu/keybindings/f-keys +++ b/usr/share/byobu/keybindings/f-keys @@ -25,7 +25,7 @@ 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 k5 process r # F5 | Reload profile +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 register t "^aA^aa^k^h" # | Goes with the F8 definition