📝 Note on how to kill tmux session easily

This commit is contained in:
z3rOR0ne 2023-04-15 23:33:48 -07:00
parent 06b2059c96
commit 48c776bd0a

View file

@ -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