mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-06-17 18:11:56 +02:00
add rubist using shell way
This commit is contained in:
parent
d548420d77
commit
3e62634f13
1 changed files with 7 additions and 0 deletions
|
@ -39,6 +39,13 @@ Credit: @hakluke
|
||||||
('utf-8')),signal.SIGTERM)
|
('utf-8')),signal.SIGTERM)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## The rubist using shell way
|
||||||
|
Credit: @rynaro
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ ruby -e 'system(killall -9 vim)'
|
||||||
|
```
|
||||||
|
|
||||||
## The Colon-less way
|
## The Colon-less way
|
||||||
Credit: @w181496
|
Credit: @w181496
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue