usr/share/byobu/keybindings/f-keys: resize the screen as part of the

F5/refresh, LP: #619899
This commit is contained in:
Dustin Kirkland 2010-08-18 11:04:24 -04:00
commit bc3fb1d384
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (3.2) unreleased; urgency=low 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 <kirkland@ubuntu.com> Tue, 03 Aug 2010 15:19:23 -0400 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 Aug 2010 15:19:23 -0400

View file

@ -25,7 +25,7 @@ bindkey -k k2 screen # F2 | Create new window
bindkey -k k3 prev # F3 | Previous Window bindkey -k k3 prev # F3 | Previous Window
bindkey -k k4 next # F4 | Next Window bindkey -k k4 next # 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 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
bindkey -k k7 copy # F7 | Enter copy/scrollback mode bindkey -k k7 copy # F7 | Enter copy/scrollback mode
register t "^aA^aa^k^h" # | Goes with the F8 definition register t "^aA^aa^k^h" # | Goes with the F8 definition