Added alternative method to The tmux way

This commit is contained in:
SanskritFritz 2019-10-09 11:53:02 +02:00 committed by GitHub
parent fab7372d50
commit ae39c13a46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -339,5 +339,10 @@ Inside a tmux session:
```
Ctrl+B :kill-session
```
alternatively
```
Ctrl+B x y
```
Note that ```Ctrl+B``` is the default prefix. For different prefixes, the command must be adjusted accordingly.