mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-03 04:06:15 +02:00
Added alternative method to The tmux way
This commit is contained in:
parent
fab7372d50
commit
ae39c13a46
1 changed files with 5 additions and 0 deletions
|
@ -339,5 +339,10 @@ Inside a tmux session:
|
||||||
```
|
```
|
||||||
Ctrl+B :kill-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.
|
Note that ```Ctrl+B``` is the default prefix. For different prefixes, the command must be adjusted accordingly.
|
||||||
|
|
Loading…
Add table
Reference in a new issue