mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
update help.txt for typos, phrasing, formatting and scrollback
This commit is contained in:
parent
145d990da7
commit
294dc2e542
2 changed files with 24 additions and 20 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,5 +1,9 @@
|
||||||
screen-profiles (1.2) UNRELEASED; urgency=low
|
screen-profiles (1.2) UNRELEASED; urgency=low
|
||||||
|
|
||||||
|
[ Jamie Strandboge ]
|
||||||
|
* update help.txt
|
||||||
|
|
||||||
|
[ Dustin Kirkland ]
|
||||||
* bin/updates-available: add missing print statements
|
* bin/updates-available: add missing print statements
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 19 Dec 2008 14:09:43 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 19 Dec 2008 14:09:43 -0600
|
||||||
|
|
38
doc/help.txt
38
doc/help.txt
|
@ -1,24 +1,24 @@
|
||||||
********************************************
|
**********************************************
|
||||||
** Welcome to the screen powered terminal **
|
** Welcome to the screen powered terminal **
|
||||||
********************************************
|
**********************************************
|
||||||
The main benefits of the screen program is that your session can have
|
Screen is a powerful program that allows your terminal session to have
|
||||||
multiple windows and keep context between multiple logins. You will also
|
multiple windows and retain context between multiple logins. This
|
||||||
notice the task bar at the bottom that informs you of various system
|
version of screen is configured with a task bar at the bottom of the
|
||||||
status, update waiting to be applied and which window you are currently
|
window that shows system status, pending updates, and which window you
|
||||||
running on.
|
are currently viewing.
|
||||||
|
|
||||||
A complete help on the screen program can be obtained using the 'man screen'
|
Complete help on screen can be obtained using the 'man screen' command.
|
||||||
command. Note that our implementation remaps the escape prefix to ctrl-G
|
Please note that screen is configured to remap the escape prefix (usually
|
||||||
instead of the standard ctrl-A.
|
ctrl-A) to ctrl-G.
|
||||||
|
|
||||||
Some usefull mappings (where C- means ctrl):
|
Common mappings (where C- means ctrl):
|
||||||
-------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
shift-tab Goto next window | F1 Basic help (this)
|
Shift-Tab/C-PgUp Goto next window | F1 Basic help (this)
|
||||||
C-pgup Goto previous window | F2 Advanced help
|
C-PgDown Goto previous window | F2 Advanced help
|
||||||
C-pgdown Goto next window | F4 Create new window
|
C-Shift-Del Detach screen | F4 Create new window
|
||||||
C-shift-del Detach and logout | F6 Close current window
|
C-g Esc Use scrollback (Esc exits) | F6 Close current window
|
||||||
-------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
Note that these bindings have been tested for xterm type terminal such as
|
These mappings are known to work with xterm compatible terminals (eg
|
||||||
gnome-terminal, but may need some adjustments elsewhere.
|
gnome-terminal), but may need to be adjusted for your environment.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue