mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
usr/bin/byobu-config, usr/share/doc/byobu/help.txt: improve help
text, per feedback from Turnkey Linux users
This commit is contained in:
parent
bb358815b9
commit
b7b29bb988
3 changed files with 5 additions and 3 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -5,6 +5,8 @@ byobu (2.81) unreleased; urgency=low
|
|||
* usr/lib/byobu/custom
|
||||
* usr/lib/byobu/release
|
||||
* usr/lib/services
|
||||
* usr/bin/byobu-config, usr/share/doc/byobu/help.txt: improve help
|
||||
text, per feedback from Turnkey Linux users
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 16 Jun 2010 12:46:29 -0500
|
||||
|
||||
|
|
|
@ -96,7 +96,7 @@ def menu(screen, size, isInstalled):
|
|||
|
||||
|
||||
li = Listbox(height = 9, width = 60, returnExit = 1)
|
||||
li.append(_("Help"), 1)
|
||||
li.append(_("Help -- Quick Start Guide"), 1)
|
||||
li.append(_("Change Byobu's background color"), 2)
|
||||
li.append(_("Change Byobu's foreground color"), 3)
|
||||
li.append(_("Toggle status notifications"), 4)
|
||||
|
|
|
@ -3,8 +3,8 @@ tool providing live system status, dynamic window management,
|
|||
and some convenient keybindings:
|
||||
|
||||
F2 Create a new window | F6 Detach from the session
|
||||
F3 Go to the prev window | F7 Enter scrollback mode
|
||||
F4 Go to the next window | F8 Re-title a window
|
||||
F3 Go to the prev window | F7 Scrollback and search
|
||||
F4 Go to the next window | F8 Rename a window
|
||||
F5 Reload profile | F9 Configuration
|
||||
| F12 Lock this terminal
|
||||
'screen -r' - reattach | <ctrl-<esckey>> Escape sequence
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue