mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
add screen -r to help.txt, and reorganize a bit
This commit is contained in:
parent
294dc2e542
commit
47905fd76f
1 changed files with 6 additions and 7 deletions
13
doc/help.txt
13
doc/help.txt
|
@ -7,11 +7,7 @@ version of screen is configured with a task bar at the bottom of the
|
||||||
window that shows system status, pending updates, and which window you
|
window that shows system status, pending updates, and which window you
|
||||||
are currently viewing.
|
are currently viewing.
|
||||||
|
|
||||||
Complete help on screen can be obtained using the 'man screen' command.
|
Common mappings* (where C- means ctrl):
|
||||||
Please note that screen is configured to remap the escape prefix (usually
|
|
||||||
ctrl-A) to ctrl-G.
|
|
||||||
|
|
||||||
Common mappings (where C- means ctrl):
|
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
Shift-Tab/C-PgUp Goto next window | F1 Basic help (this)
|
Shift-Tab/C-PgUp Goto next window | F1 Basic help (this)
|
||||||
C-PgDown Goto previous window | F2 Advanced help
|
C-PgDown Goto previous window | F2 Advanced help
|
||||||
|
@ -19,6 +15,9 @@ C-Shift-Del Detach screen | F4 Create new window
|
||||||
C-g Esc Use scrollback (Esc exits) | F6 Close current window
|
C-g Esc Use scrollback (Esc exits) | F6 Close current window
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
|
||||||
These mappings are known to work with xterm compatible terminals (eg
|
Use 'screen -r' to reattach to a detached screen. Complete help on
|
||||||
gnome-terminal), but may need to be adjusted for your environment.
|
screen can be obtained using the 'man screen' command. Please note that
|
||||||
|
screen is configured to remap the escape prefix from ctrl-A to ctrl-G.
|
||||||
|
|
||||||
|
* These mappings are known to work with xterm compatible terminals (eg
|
||||||
|
gnome-terminal), but may need to be adjusted for your environment.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue