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:
13
tmux/kill-the-current-session.md
Normal file
13
tmux/kill-the-current-session.md
Normal 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.
|
||||
Reference in New Issue
Block a user