mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
usr/share/byobu/keybindings/f-keys: resize the screen as part of the
F5/refresh, LP: #619899
This commit is contained in:
parent
15cc1d6318
commit
bc3fb1d384
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Tue, 03 Aug 2010 15:19:23 -0400
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue