mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-04-30 18:57:18 +02:00
Merge f694f98192
into 45379acada
This commit is contained in:
commit
ed82e1a2c9
2 changed files with 8 additions and 0 deletions
|
@ -831,3 +831,11 @@ echo "pub fn main() !noreturn { unreachable; }" > vimkill.zig; zig build-exe vim
|
|||
```
|
||||
|
||||
This eventually [exhausts memory](https://github.com/ziglang/zig/issues/3461) on the machine which gives the OOM killer a chance to kill vim.
|
||||
|
||||
## The simplest and most logical way (only for desktop users)
|
||||
|
||||
Credit: @AliAlmasi
|
||||
|
||||
I assume with the image below, there won't be any explanations needed.
|
||||
|
||||

|
||||
|
|
BIN
assets/unplug-the-power-cable-from-the-wall.webp
Normal file
BIN
assets/unplug-the-power-cable-from-the-wall.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Loading…
Add table
Reference in a new issue