From 62a3227878fbc4089e87437b74ab77639f4e63e8 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 1 Jun 2009 09:10:11 -0500 Subject: [PATCH] * keybindings/common: add keybindings, @=config, R=reload, LP: #380944 Signed-off-by: Dustin Kirkland --- debian/changelog | 3 ++- keybindings/common | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f141dbdd..ff3ad97a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,9 @@ byobu (2.6) unreleased; urgency=low selection at this time, LP: #330322 * screen-launcher-install: handle non-interactive shells correctly, LP: #380761 + * keybindings/common: add keybindings, @=config, R=reload, LP: #380944 - -- Dustin Kirkland Mon, 01 Jun 2009 08:59:15 -0500 + -- Dustin Kirkland Mon, 01 Jun 2009 09:09:01 -0500 byobu (2.5-0ubuntu1) karmic; urgency=low diff --git a/keybindings/common b/keybindings/common index 98da1c02..d6c4e833 100644 --- a/keybindings/common +++ b/keybindings/common @@ -46,3 +46,5 @@ bindkey -k k9 screen -t help 0 byobu-config # F9 | Configuration # 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 R process r # ctrl-a R | Reload profile