This commit is contained in:
Gabriel Niebler 2023-10-20 16:43:42 -06:00 committed by GitHub
commit 0608e5259a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -459,7 +459,7 @@ Inside a tmux session:
```
Ctrl+B :kill-session
```
alternativelycd
alternatively
```
Ctrl+B x y
@ -467,6 +467,14 @@ Ctrl+B x y
Note that ```Ctrl+B``` is the default prefix. For different prefixes, the command must be adjusted accordingly.
## The GNU screen way
Inside a `screen` session:
```
Ctrl+a k
```
… then confirm the prompt `Really kill this window [y/n]` with `y`.
## The Mathematician's way
Define yourself outside vim.