mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-04 12:46:14 +02:00
Merge pull request #48 from SanskritFritz/patch-1
Added alternative method to The tmux way
This commit is contained in:
commit
177db8210c
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