* 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
This commit is contained in:
Dustin Kirkland 2010-11-24 13:00:58 -06:00
commit 906384906e
2 changed files with 7 additions and 7 deletions

8
debian/changelog vendored
View file

@ -1,16 +1,16 @@
byobu (3.11) unreleased; urgency=low byobu (3.11) unreleased; urgency=low
[ Dustin Kirkland ]
* README: minor edit to the instructions; tested and working for me now
[ Marcin Juszkiewicz ] [ Marcin Juszkiewicz ]
* usr/lib/byobu/cpu_freq: fix cpu frequency detection on ARM, LP: #675442 * usr/lib/byobu/cpu_freq: fix cpu frequency detection on ARM, LP: #675442
[ Dustin Kirkland ] [ Dustin Kirkland ]
* etc/update-motd.d/55-window-manager: fix a spelling error, allow for * etc/update-motd.d/55-window-manager: fix a spelling error, allow for
easy disabling of the motd message 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 <kirkland@ubuntu.com> Wed, 24 Nov 2010 12:51:38 -0600 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 24 Nov 2010 12:59:37 -0600
byobu (3.10-0ubuntu1) natty; urgency=low byobu (3.10-0ubuntu1) natty; urgency=low

View file

@ -23,8 +23,8 @@
bindkey -k k1 screen -t config 0 byobu-config # F1 | Configuration (along with F9) bindkey -k k1 screen -t config 0 byobu-config # F1 | Configuration (along with F9)
# | since F1 = Help in gnome-terminal # | since F1 = Help in gnome-terminal
bindkey -k k2 screen # F2 | Create new window bindkey -k k2 screen # F2 | Create new window
bindkey -k k3 prev # F3 | Previous Window bindkey -k k3 eval 'prev' 'fit' # F3 | Previous Window
bindkey -k k4 next # F4 | Next Window bindkey -k k4 eval 'next' 'fit' # F4 | Next Window
register r "^a:source $HOME/.byobu/profile^M" # | Goes with F5 definition register r "^a:source $HOME/.byobu/profile^M" # | Goes with F5 definition
bindkey -k k5 eval 'fit' '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 k6 detach # F6 | Detach from this session