* usr/share/byobu/keybindings/screen-escape-keys: LP: #796134

- fix refresh keybinding (missing eval)
This commit is contained in:
Dustin Kirkland 2011-06-12 23:28:24 -05:00
commit d9af5c9f71
2 changed files with 6 additions and 1 deletions

5
debian/changelog vendored
View file

@ -1,8 +1,13 @@
byobu (4.11) unreleased; urgency=low
[ Dustin Kirkland ]
* debian/postinst: LP: #796422
- handle ownerships of the reload profile flag more gracefully
[ Ahmed El-Mahmoudy ]
* usr/share/byobu/keybindings/screen-escape-keys: LP: #796134
- fix refresh keybinding (missing eval)
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 11 Jun 2011 09:42:07 -0400
byobu (4.10-0ubuntu1) oneiric; urgency=low

View file

@ -50,7 +50,7 @@ bindkey "^[[17;2~"
# ctrl-a-n Next window F4
# ctrl-a-R Reload profile F5
register r ":source $HOME/.byobu/profile^M"
bind R 'process x' 'process r'
bind R eval 'process x' 'process r'
# ctrl-a-d Detach from this session F6
# ctrl-a-[ Enter copy/scrollback mode F7
# ctrl-a-A Re-title a window F8