Browse Source

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

Hay Kranen 7 years ago
parent
commit
235f69857e
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/common/tmux.md

+ 4 - 0
pages/common/tmux.md

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