mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/byobu/keybindings/screen-escape-keys: LP: #796134
- fix refresh keybinding (missing eval)
This commit is contained in:
parent
3273c614e2
commit
d9af5c9f71
2 changed files with 6 additions and 1 deletions
5
debian/changelog
vendored
5
debian/changelog
vendored
|
@ -1,8 +1,13 @@
|
||||||
byobu (4.11) unreleased; urgency=low
|
byobu (4.11) unreleased; urgency=low
|
||||||
|
|
||||||
|
[ Dustin Kirkland ]
|
||||||
* debian/postinst: LP: #796422
|
* debian/postinst: LP: #796422
|
||||||
- handle ownerships of the reload profile flag more gracefully
|
- 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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Sat, 11 Jun 2011 09:42:07 -0400
|
||||||
|
|
||||||
byobu (4.10-0ubuntu1) oneiric; urgency=low
|
byobu (4.10-0ubuntu1) oneiric; urgency=low
|
||||||
|
|
|
@ -50,7 +50,7 @@ bindkey "^[[17;2~"
|
||||||
# ctrl-a-n Next window F4
|
# ctrl-a-n Next window F4
|
||||||
# ctrl-a-R Reload profile F5
|
# ctrl-a-R Reload profile F5
|
||||||
register r ":source $HOME/.byobu/profile^M"
|
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-d Detach from this session F6
|
||||||
# ctrl-a-[ Enter copy/scrollback mode F7
|
# ctrl-a-[ Enter copy/scrollback mode F7
|
||||||
# ctrl-a-A Re-title a window F8
|
# ctrl-a-A Re-title a window F8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue