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

Add sessions

parent 0881c006
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment