# screen

## screen

One advantage of `screen` is that it is a default package on most Unixy systems. Thus if you logged into a remote server you are more likely to have `screen` available for use than `tmux`.

This is why it is worth learning basics of `screen`.

## Splitting

* Screen window splitting - <https://tomlee.co/2011/10/gnu-screen-splitting/>
* Unlike on `tmux` a shell has to be spawned explicitly after splitting.
* To do a vertical split - `Ctrl+a |` then `Ctrl+TAB` to go to the other

  &#x20; split. Then as usual, use `Ctrl+a c` to create a window.
* For a horizontal split use `Ctrl+a S`.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.dewaka.com/cli/screen.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
