ohmyzsh/plugins/screen
2024-09-13 16:01:40 +02:00
..
README.md Update README.md 2024-09-13 16:01:40 +02:00
screen.plugin.zsh fix(screen): Prevent title being overwritten (#4633) 2024-06-12 03:19:48 -07:00

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.