1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-03 07:08:01 +00:00

Add Kill The Current Session as a tmux til

This commit is contained in:
jbranchaud
2016-03-02 20:27:10 -06:00
parent dc2094b1c2
commit b8453eff1b
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,13 @@
# 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.