Update README.md

This commit is contained in:
Sebastian 2024-09-13 16:01:40 +02:00 committed by GitHub
commit 9ef350ac99
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,3 +8,7 @@ To use it add `screen` to the plugins array in your zshrc file.
```zsh
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.