From d054a21630dd2768771362e8c3c75313c95ea054 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 18 Jun 2009 00:54:49 -0500 Subject: [PATCH] flip keybinding toggle back to ! Signed-off-by: Dustin Kirkland --- debian/changelog | 4 ++-- keybindings/f-keys | 2 +- keybindings/screen-escape-keys | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5fa3a79f..9e0ce619 100644 --- a/debian/changelog +++ b/debian/changelog @@ -46,7 +46,7 @@ byobu (2.12) unreleased; urgency=low * byobu-config, debian/rules, keybindings/common.disable, keybindings/f-keys, keybindings/screen-escape-keys: massive fix for - byobu keybindings; use ctrl-a-~ to toggle on/off byobu's f-keys; + byobu keybindings; use ctrl-a-! to toggle on/off byobu's f-keys; also support a new keyset, screen-escape-keys which profiles ctrl-a keybindings for common byobu functions, LP: #380944 @@ -54,7 +54,7 @@ byobu (2.12) unreleased; urgency=low profiles/profile.skel, rpm/byobu.spec: add a mail status notification, LP: #387936 - -- Dustin Kirkland Thu, 18 Jun 2009 00:51:49 -0500 + -- Dustin Kirkland Thu, 18 Jun 2009 00:53:42 -0500 byobu (2.11-0ubuntu1) karmic; urgency=low diff --git a/keybindings/f-keys b/keybindings/f-keys index ea4afd35..c2b6aa03 100644 --- a/keybindings/f-keys +++ b/keybindings/f-keys @@ -40,4 +40,4 @@ bind R process r # ctrl-a R | Reload profile # toggle f-key keybindings off register d "^a:source /usr/share/byobu/keybindings/screen-escape-keys^M" -bind ~ process d +bind ! process d diff --git a/keybindings/screen-escape-keys b/keybindings/screen-escape-keys index 1191f4f1..f6c40ee2 100644 --- a/keybindings/screen-escape-keys +++ b/keybindings/screen-escape-keys @@ -47,6 +47,6 @@ bind @ screen -t help 0 byobu-config # ctrl-a-x Lock this terminal F12 # ctrl-a-$ Show detailed status bind $ screen -t status 0 byobu-status-detail -# ctrl-a-~ Toggle f-key keybindings on +# ctrl-a-! Toggle f-key keybindings on register e "^a:source /usr/share/byobu/keybindings/f-keys^M" -bind ~ process e +bind ! process e