mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
14 lines
293 B
Markdown
14 lines
293 B
Markdown
# Kill The Current Session
|
|
|
|
When you are done with the current tmux session and you no longer need it,
|
|
you can simply kill it. You can do so within the session with the following
|
|
command:
|
|
|
|
```
|
|
:kill-session
|
|
```
|
|
|
|
Hit `<prefix>:` in order to enter the command.
|
|
|
|
See `man tmux` for more details.
|