ohmyzsh/plugins/screen/README.md
2024-09-13 16:01:40 +02:00

453 B

screen

This plugin sets title and hardstatus of the tab window for screen, the terminal multiplexer.

To use it add screen to the plugins array in your zshrc file.

plugins=(... screen)

Plugin commands

  • sls runs screen -ls to list active screen sessions.
  • sr runs screen -r to reconnect to a detached session.
  • ss <session_name> runs session -S <session_name> to start a session.