diff --git a/plugins/screen/README.md b/plugins/screen/README.md index 103e17237..b203f8731 100644 --- a/plugins/screen/README.md +++ b/plugins/screen/README.md @@ -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 ` runs `session -S ` to start a session.