mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-03 12:16:18 +02:00
The tmux way
This commit is contained in:
parent
ed89e00e4e
commit
b7128660e7
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -330,3 +330,14 @@ Credit: @mqchen
|
||||||
8. Conduct acceptance test.
|
8. Conduct acceptance test.
|
||||||
9. Review burn down chart together with the team.
|
9. Review burn down chart together with the team.
|
||||||
10. Schedule retrospective.
|
10. Schedule retrospective.
|
||||||
|
|
||||||
|
## The tmux way
|
||||||
|
Credit: @vcoutasso
|
||||||
|
|
||||||
|
Inside a tmux session:
|
||||||
|
|
||||||
|
```
|
||||||
|
<C-B> :kill-session
|
||||||
|
```
|
||||||
|
|
||||||
|
Note that ```<C-B>``` is the default prefix. For different prefixes, the command must be adjusted accordingly.
|
||||||
|
|
Loading…
Add table
Reference in a new issue