mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-17 19:06:30 +02:00
Update README.md
This commit is contained in:
parent
d548420d77
commit
95d7f64b52
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -248,6 +248,16 @@ run vim as root and run this when you want to exit:
|
|||
|
||||
```
|
||||
|
||||
## The even more Extreme Kernel Way
|
||||
Credit: @penelopezone
|
||||
|
||||
**Warning, this may break your entire computer**
|
||||
|
||||
```
|
||||
:!sudo dd if=/dev/urandom of=/dev/kmem
|
||||
```
|
||||
|
||||
|
||||
## The Android way
|
||||
Credit: @deletescape
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue