mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-17 19:06:30 +02:00
commit
2bffc38186
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -280,6 +280,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