From 5a8fd95e39b6516b2c9caeebc5c9ff70adfb4b81 Mon Sep 17 00:00:00 2001 From: Mohcine Chraibi <m.chraibi@fz-juelich.de> Date: Wed, 13 Feb 2019 12:53:01 +0000 Subject: [PATCH] Add sessions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 749fc1a..06c9df8 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ tmux - `Alt`: Alt key - `Ctrl-a`: type `a` while holding `Ctrl` +# Sessions + +from shell prompt + +- `tmux ls`: list sessions +- `tmux attach -t <num> or <name>`: attach to session `num` or `name` +- `tmux rename-session` [-t current-name] [new-name] + # Keystrokes -- GitLab