1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 05:22:09 +02:00

tmux: adding how to kill a session when attached (#1940)

This commit is contained in:
Hay Kranen 2018-01-27 09:16:07 +01:00 committed by Agniva De Sarker
parent e2ba3a0548
commit 235f69857e

View file

@ -29,3 +29,7 @@
- Kill session:
`tmux kill-session -t {{name}}`
- Kill session when attached:
`Ctrl + B, x (then hit 'y' for yes)`