From 48c776bd0a1f7fecb22d10f92c868f881e40558e Mon Sep 17 00:00:00 2001 From: z3rOR0ne Date: Sat, 15 Apr 2023 23:33:48 -0700 Subject: [PATCH] :memo: Note on how to kill tmux session easily --- tmux_basics.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tmux_basics.txt b/tmux_basics.txt index fd3c3911..d2ea44eb 100644 --- a/tmux_basics.txt +++ b/tmux_basics.txt @@ -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