mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-04-30 18:57:18 +02:00
Update README.md
This commit is contained in:
parent
30077d63c5
commit
f1a0b65197
1 changed files with 3 additions and 2 deletions
|
@ -35,7 +35,7 @@ Credit: @kpumuk
|
|||
```
|
||||
|
||||
## The first contact way
|
||||
Credit: @caseyjohnellis
|
||||
Credit: @caseyjohnellis</br>
|
||||

|
||||
|
||||
## The lazy pythonic using shell way
|
||||
|
@ -145,7 +145,7 @@ Credit: @aliva
|
|||
|
||||
```
|
||||
$ ps axuw | awk '{print $2}' | grep -v PID | shuf -n 1 | sudo kill -9
|
||||
|
||||
```
|
||||
|
||||
## The "all against the odds" Russian Roulette way
|
||||
Credit: @cfrost
|
||||
|
@ -163,6 +163,7 @@ Accumulate a sufficient amount of entropy.
|
|||
|
||||
## The reboot way
|
||||
Credit: @tctovsli
|
||||
|
||||
In `vi`:
|
||||
```vim
|
||||
:!sudo reboot
|
||||
|
|
Loading…
Add table
Reference in a new issue