mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
13 lines
261 B
Markdown
13 lines
261 B
Markdown
# Rename The Current Session
|
|
|
|
If you've created an unnamed tmux session or you no longer like the original
|
|
name, you can open a prompt to change it by hitting
|
|
|
|
```
|
|
<prefix>$
|
|
```
|
|
|
|
Replace the existing name with the desired name and hit enter.
|
|
|
|
h/t Dorian Karter
|