* keybindings/f-keys, keybindings/screen-escape-keys: call the

byobu-config window 'config', rather than 'help'


Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-30 16:03:18 -07:00
commit 68fcf9f41f
3 changed files with 6 additions and 4 deletions

4
debian/changelog vendored
View file

@ -6,8 +6,10 @@ byobu (2.18) unreleased; urgency=low
* byobu-launcher-uninstall, byobu-janitor: byobu-launcher is no longer * byobu-launcher-uninstall, byobu-janitor: byobu-launcher is no longer
fully qualified, update the remove to account for this; clean out fully qualified, update the remove to account for this; clean out
old screen-launcher entries as a janitor item LP: #392978 old screen-launcher entries as a janitor item LP: #392978
* keybindings/f-keys, keybindings/screen-escape-keys: call the
byobu-config window 'config', rather than 'help'
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 30 Jun 2009 15:49:38 -0700 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 30 Jun 2009 16:02:38 -0700
byobu (2.17-0ubuntu1) karmic; urgency=low byobu (2.17-0ubuntu1) karmic; urgency=low

View file

@ -30,12 +30,12 @@ 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
bindkey -k k8 process t # F8 | Re-title a window bindkey -k k8 process t # F8 | Re-title a window
bindkey -k k9 screen -t help 0 byobu-config # F9 | Configuration bindkey -k k9 screen -t config 0 byobu-config # F9 | Configuration
# F10 | 'toolbar' in gnome-terminal # F10 | 'toolbar' in gnome-terminal
# 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 @ screen -t config 0 byobu-config # ctrl-a @ | Configuration
bind R process r # ctrl-a R | Reload profile bind R process r # ctrl-a R | Reload profile
# toggle f-key keybindings off # toggle f-key keybindings off

View file

@ -43,7 +43,7 @@ bind R process r
# 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
# ctrl-a-@ Configuration F9 # ctrl-a-@ Configuration F9
bind @ screen -t help 0 byobu-config bind @ screen -t config 0 byobu-config
# ctrl-a-x Lock this terminal F12 # ctrl-a-x Lock this terminal F12
# ctrl-a-$ Show detailed status # ctrl-a-$ Show detailed status
bind $ screen -t status 0 byobu-status-detail bind $ screen -t status 0 byobu-status-detail