mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-17 01:51:54 +02:00
commit
5b11f33248
1 changed files with 7 additions and 1 deletions
|
@ -68,13 +68,19 @@ $ alias vim='timeout 600 vim'
|
|||
```
|
||||
Make sure to save regularly.
|
||||
|
||||
### Russian Roulette mode
|
||||
## The Russian Roulette timeout way
|
||||
|
||||
When you want to spice things up a bit:
|
||||
```
|
||||
$ timeout $RANDOM vim
|
||||
```
|
||||
|
||||
## The physics way
|
||||
Credit: @eyemyth
|
||||
|
||||
Accumulate a sufficient amount of entropy.
|
||||
|
||||
|
||||
## The reboot way
|
||||
Credit: @tctovsli
|
||||
In `vi`:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue