1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00
Files
til/tmux/kill-the-current-session.md
2016-03-02 20:27:10 -06:00

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.