mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 03:36:42 +02:00
Merge 9709892e15
into 110da1c9df
This commit is contained in:
commit
96d23a524e
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -459,7 +459,7 @@ Inside a tmux session:
|
||||||
```
|
```
|
||||||
Ctrl+B :kill-session
|
Ctrl+B :kill-session
|
||||||
```
|
```
|
||||||
alternativelycd
|
alternatively
|
||||||
|
|
||||||
```
|
```
|
||||||
Ctrl+B x y
|
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.
|
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
|
## The Mathematician's way
|
||||||
|
|
||||||
Define yourself outside vim.
|
Define yourself outside vim.
|
||||||
|
|
Loading…
Add table
Reference in a new issue