mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* keybindings/f-keys, keybindings/screen-escape-keys: call the
byobu-config window 'config', rather than 'help' Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
f83fc5a528
commit
68fcf9f41f
3 changed files with 6 additions and 4 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Tue, 30 Jun 2009 15:49:38 -0700
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 30 Jun 2009 16:02:38 -0700
|
||||
|
||||
byobu (2.17-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue