mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-23 06:36:17 -07:00
* usr/bin/byobu-status: minor performance improvement
* usr/share/doc/byobu/help.txt: rearrange and update documentation
This commit is contained in:
parent
78cb540166
commit
7b8a36e00a
3 changed files with 9 additions and 8 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -35,6 +35,8 @@ byobu (3.35c) unreleased; urgency=low
|
||||||
those launching byobu detached from cron, e.g.)
|
those launching byobu detached from cron, e.g.)
|
||||||
* usr/share/byobu/tests/byobu-time-notifications:
|
* usr/share/byobu/tests/byobu-time-notifications:
|
||||||
- fixup notificationt testing
|
- fixup notificationt testing
|
||||||
|
* usr/bin/byobu-status: minor performance improvement
|
||||||
|
* usr/share/doc/byobu/help.txt: rearrange and update documentation
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 May 2011 12:11:10 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 May 2011 12:11:10 -0500
|
||||||
|
|
||||||
|
|
|
@ -19,8 +19,7 @@
|
||||||
|
|
||||||
PKG="byobu"
|
PKG="byobu"
|
||||||
DATA="$HOME/.$PKG"
|
DATA="$HOME/.$PKG"
|
||||||
[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr"
|
[ -z "$BYOBU_PREFIX" ] && export BYOBU_PREFIX="/usr" || export BYOBU_PREFIX
|
||||||
export BYOBU_PREFIX
|
|
||||||
|
|
||||||
find_script () {
|
find_script () {
|
||||||
# Allow for local status scripts
|
# Allow for local status scripts
|
||||||
|
|
|
@ -2,9 +2,9 @@ Byobu _VER_ is an enhancement to GNU Screen, a command line
|
||||||
tool providing live system status, dynamic window management,
|
tool providing live system status, dynamic window management,
|
||||||
and some convenient keybindings:
|
and some convenient keybindings:
|
||||||
|
|
||||||
F2 Create a new window | F6 Detach from the session
|
F2 Create a new window | F7 Scrollback and search
|
||||||
F3 Go to the prev window | F7 Scrollback and search
|
F3 Go to the prev window | F8 Rename a window
|
||||||
F4 Go to the next window | F8 Rename a window
|
F4 Go to the next window | F9 Configuration
|
||||||
F5 Reload profile | F9 Configuration
|
F5 Reload profile | F12 Screen escape sequence
|
||||||
'screen -r' - reattach | F12 Screen escape sequence
|
F6 Detach from session | 'man byobu' - byobu's help
|
||||||
'man screen' - screen's help | 'man byobu' - byobu's help
|
'byobu' - reattach session | 'man screen' - screen's help
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue