File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ variety of languages and technologies. These are things that don't really
7
7
warrant a full blog post. These are mostly things I learn by pairing with
8
8
smart people at [ Hashrocket] ( http://hashrocket.com/ ) .
9
9
10
- _ 352 TILs and counting..._
10
+ _ 353 TILs and counting..._
11
11
12
12
---
13
13
@@ -287,6 +287,7 @@ _352 TILs and counting..._
287
287
- [ Enabling Vi Mode] ( tmux/enabling-vi-mode.md )
288
288
- [ Jumping Between Sessions] ( tmux/jumping-between-sessions.md )
289
289
- [ Kill Other Connections To A Session] ( tmux/kill-other-connections-to-a-session.md )
290
+ - [ Kill The Current Session] ( tmux/kill-the-current-session.md )
290
291
- [ List All Key Bindings] ( tmux/list-all-key-bindings.md )
291
292
- [ List Sessions] ( tmux/list-sessions.md )
292
293
- [ Open New Window With A Specific Directory] ( tmux/open-new-window-with-a-specific-directory.md )
Original file line number Diff line number Diff line change
1
+ # Kill The Current Session
2
+
3
+ When you are done with the current tmux session and you no longer need it,
4
+ you can simply kill it. You can do so within the session with the following
5
+ command:
6
+
7
+ ```
8
+ :kill-session
9
+ ```
10
+
11
+ Hit ` <prefix>: ` in order to enter the command.
12
+
13
+ See ` man tmux ` for more details.
You can’t perform that action at this time.
0 commit comments