From 68fcf9f41f73f78ef2c565d80b4d8a324a47a06a Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 30 Jun 2009 16:03:18 -0700 Subject: [PATCH] * keybindings/f-keys, keybindings/screen-escape-keys: call the byobu-config window 'config', rather than 'help' Signed-off-by: Dustin Kirkland --- debian/changelog | 4 +++- keybindings/f-keys | 4 ++-- keybindings/screen-escape-keys | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index fbd0606d..1045757c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,10 @@ byobu (2.18) unreleased; urgency=low * byobu-launcher-uninstall, byobu-janitor: byobu-launcher is no longer fully qualified, update the remove to account for this; clean out 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 Tue, 30 Jun 2009 15:49:38 -0700 + -- Dustin Kirkland Tue, 30 Jun 2009 16:02:38 -0700 byobu (2.17-0ubuntu1) karmic; urgency=low diff --git a/keybindings/f-keys b/keybindings/f-keys index c2b6aa03..f68fa057 100644 --- a/keybindings/f-keys +++ b/keybindings/f-keys @@ -30,12 +30,12 @@ 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 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 # F11 | 'fullscreen' in gnome-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 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 # toggle f-key keybindings off diff --git a/keybindings/screen-escape-keys b/keybindings/screen-escape-keys index f6c40ee2..ae567f97 100644 --- a/keybindings/screen-escape-keys +++ b/keybindings/screen-escape-keys @@ -43,7 +43,7 @@ bind R process r # ctrl-a-[ Enter copy/scrollback mode F7 # ctrl-a-A Re-title a window F8 # 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-$ Show detailed status bind $ screen -t status 0 byobu-status-detail