diff --git a/debian/changelog b/debian/changelog index e5ad11d7..ced4b106 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ byobu (2.11) unreleased; urgency=low - * debian/install, keybindings/common.disable, profiles/common: add support - for enabling/disabling the byobu keybindings, with ctrl-a-( and + * debian/install, keybindings/common.disable: add support for + enabling/disabling the byobu keybindings, with ctrl-a-( and ctrl-a-), LP: #386363 - -- Dustin Kirkland Fri, 12 Jun 2009 11:13:47 -0500 + -- Dustin Kirkland Fri, 12 Jun 2009 11:40:45 -0500 byobu (2.10-0ubuntu1) karmic; urgency=low diff --git a/keybindings/common b/keybindings/common index d6c4e833..9423fbda 100644 --- a/keybindings/common +++ b/keybindings/common @@ -48,3 +48,10 @@ 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 + +# toggle common keybindings off +register d "^a:source /usr/share/byobu/keybindings/common.disable^M" +bind ) process d +# toggle common keybindings on +register e "^a:source /usr/share/byobu/keybindings/common^M" +bind ( process e diff --git a/profiles/common b/profiles/common index bff5359f..8b421ff6 100644 --- a/profiles/common +++ b/profiles/common @@ -65,11 +65,4 @@ altscreen on # Log 10000 lines defscrollback 10000 -# ctrl-a-( enables common keybindings -register e "^a:source /usr/share/byobu/keybindings/common^M" -bind ( process e -# ctrl-a-) disables common keybindings -register d "^a:source /usr/share/byobu/keybindings/common.disable^M" -bind ) process d - source $HOME/.byobu/keybindings