Merge pull request #95 from wodny/master

add The Rustacean's way
This commit is contained in:
Luke Stephens (hakluke) 2020-01-09 23:30:11 +10:00 committed by GitHub
commit beef35fe59
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -38,6 +38,13 @@ Credit: @hakluke
:py3 import os,signal;from subprocess import check_output;os.kill(int(check_output(["pidof","vim"]).decode
('utf-8')),signal.SIGTERM)
```
## The Rustacean's way
Credit: @wodny
1. Reimplement vim in Rust.
2. Call the project `rim`.
3. Run `rim`.
4. Exit `rim` using a borrowed command, ie. `:q!`.
## The Colon-less way
Credit: @w181496