mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
flip keybinding toggle back to !
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
eb78e2fa0a
commit
d054a21630
3 changed files with 5 additions and 5 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Thu, 18 Jun 2009 00:51:49 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 18 Jun 2009 00:53:42 -0500
|
||||
|
||||
byobu (2.11-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue