Skip to content
Snippets Groups Projects
Commit 5a8fd95e authored by Mohcine Chraibi's avatar Mohcine Chraibi
Browse files

Add sessions

parent 0881c006
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,14 @@ tmux ...@@ -26,6 +26,14 @@ tmux
- `Alt`: Alt key - `Alt`: Alt key
- `Ctrl-a`: type `a` while holding `Ctrl` - `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 # Keystrokes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment