From 9ef350ac9912797ddd81671fa436d81e301ddada Mon Sep 17 00:00:00 2001 From: Sebastian <51058351+SebastianBehrens@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:01:40 +0200 Subject: [PATCH] Update README.md --- plugins/screen/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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.