mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-17 18:11:56 +02:00
Add the GNU screen way
This commit is contained in:
parent
cdb9a321c3
commit
9709892e15
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue