mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 11:17:12 +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)
|
||||
```
|
||||
|
||||
## The rubist using shell way
|
||||
Credit: @rynaro
|
||||
|
||||
```bash
|
||||
$ ruby -e 'system(killall -9 vim)'
|
||||
```
|
||||
|
||||
## The Colon-less way
|
||||
Credit: @w181496
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue