Skip to content

Commit b8453ef

Browse files
committed
Add Kill The Current Session as a tmux til
1 parent dc2094b commit b8453ef

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

Diff for: README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ variety of languages and technologies. These are things that don't really
77
warrant a full blog post. These are mostly things I learn by pairing with
88
smart people at [Hashrocket](http://hashrocket.com/).
99

10-
_352 TILs and counting..._
10+
_353 TILs and counting..._
1111

1212
---
1313

@@ -287,6 +287,7 @@ _352 TILs and counting..._
287287
- [Enabling Vi Mode](tmux/enabling-vi-mode.md)
288288
- [Jumping Between Sessions](tmux/jumping-between-sessions.md)
289289
- [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)
290291
- [List All Key Bindings](tmux/list-all-key-bindings.md)
291292
- [List Sessions](tmux/list-sessions.md)
292293
- [Open New Window With A Specific Directory](tmux/open-new-window-with-a-specific-directory.md)

Diff for: tmux/kill-the-current-session.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
 (0)