| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| 9.1 Split | Split a region into two | |
| 9.2 Focus | Change to the next region | |
| 9.3 Only | Delete all other regions | |
| 9.4 Remove | Delete the current region | |
| 9.5 Resize | Grow or shrink a region | |
| 9.6 Caption | Control the window's caption | |
| 9.7 Fit | Resize a window to fit the region |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
bind j focus down bind k focus up bind t focus top bind b focus bottom |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
resize +N increase current region height by N resize -N decrease current region height by N resize N set current region height to N resize = make all windows equally high resize max maximize current region height resize min minimize current region height |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
always|splitonly [string]
string [string]
always, screen shows a caption
even if only one window is displayed. The default
is `splitonly'.
The second form changes the text used for the caption. You can use
all string escapes (see section 21. String Escapes). Screen uses
a default of `%3n %t'.
You can mix both forms by providing the string as an additional argument.
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| [ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |