mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +02:00
Prevention is the solution
This commit is contained in:
parent
3255985171
commit
056ea0f4d2
1 changed files with 7 additions and 0 deletions
|
@ -148,3 +148,10 @@ Don't run this.
|
||||||
```
|
```
|
||||||
:!echo b | sudo tee -a /proc/sysrq-trigger
|
:!echo b | sudo tee -a /proc/sysrq-trigger
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## The Abstinence Method
|
||||||
|
Credit: @ryanc
|
||||||
|
|
||||||
|
```
|
||||||
|
$ alias vim=/bin/true
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue