mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-18 10:31:56 +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
|
## The first contact way
|
||||||
Credit: @caseyjohnellis
|
Credit: @caseyjohnellis</br>
|
||||||

|

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