mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* keybindings/common: add keybindings, @=config, R=reload, LP: #380944
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
c775abfd82
commit
62a3227878
2 changed files with 4 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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 <kirkland@ubuntu.com> Mon, 01 Jun 2009 08:59:15 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 01 Jun 2009 09:09:01 -0500
|
||||
|
||||
byobu (2.5-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue