* keybindings/common: add keybindings, @=config, R=reload, LP: #380944

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-01 09:10:11 -05:00
commit 62a3227878
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View file

@ -11,8 +11,9 @@ byobu (2.6) unreleased; urgency=low
selection at this time, LP: #330322 selection at this time, LP: #330322
* screen-launcher-install: handle non-interactive shells correctly, * screen-launcher-install: handle non-interactive shells correctly,
LP: #380761 LP: #380761
* keybindings/common: add keybindings, @=config, R=reload, LP: #380944
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 01 Jun 2009 08:59:15 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Mon, 01 Jun 2009 09:09:01 -0500
byobu (2.5-0ubuntu1) karmic; urgency=low byobu (2.5-0ubuntu1) karmic; urgency=low

View file

@ -46,3 +46,5 @@ bindkey -k k9 screen -t help 0 byobu-config # F9 | Configuration
# F11 | 'fullscreen' in gnome-terminal # F11 | 'fullscreen' in gnome-terminal
bindkey -k F2 lockscreen # F12 | Lock this terminal bindkey -k F2 lockscreen # F12 | Lock this terminal
bind $ screen -t status 0 byobu-status-detail # ctrl-a $ | show detailed status bind $ screen -t status 0 byobu-status-detail # ctrl-a $ | show detailed status
bind @ screen -t help 0 byobu-config # ctrl-a @ | Configuration
bind R process r # ctrl-a R | Reload profile