📝 Note on how to kill tmux session easily
This commit is contained in:
parent
06b2059c96
commit
48c776bd0a
1 changed files with 7 additions and 1 deletions
|
|
@ -51,9 +51,15 @@ Ctrl + x + &
|
|||
OR (personalized)
|
||||
Ctrl + x + x
|
||||
|
||||
You can also end a session by entering into the terminal:
|
||||
You can also kill a window by entering into the terminal:
|
||||
exit
|
||||
|
||||
Of course you can just exit each window one by one (but this is cumbersome), to
|
||||
kill all windows and the session:
|
||||
Ctrl + x + s + x
|
||||
OR
|
||||
Ctrl + x + : + kill-session
|
||||
|
||||
If you didn't kill the window this way, the session is still open and you can
|
||||
"attach" to that session like so:
|
||||
tmux attach
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue