Merge pull request #48 from SanskritFritz/patch-1

Added alternative method to The tmux way
This commit is contained in:
Luke Stephens (hakluke) 2019-10-09 23:35:08 +10:00 committed by GitHub
commit 177db8210c
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.