mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 19:56:14 +02:00
The yolo way of exiting vim
This commit is contained in:
parent
9b4b022cd0
commit
cca5dc9359
1 changed files with 7 additions and 0 deletions
|
@ -139,3 +139,10 @@ Credit: @david50407
|
|||
```
|
||||
:let command='vim ''+\\!kill -9 ' . getpid() . ''' +qall -es' | execute "!" . command
|
||||
```
|
||||
|
||||
## The Yolo Way
|
||||
Credit: @ryanc
|
||||
|
||||
```
|
||||
:!echo b | sudo tee -a /proc/sysrq-trigger
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue