added an obligatory Emacs method.

This commit is contained in:
klaatu 2020-01-10 09:07:32 +13:00
parent ca1df2d948
commit 7fae8c2e87

View file

@ -605,3 +605,12 @@ print('The universe is dead, VIM no longer exists');
1. Try CTRL+C
2. Ask a senior engineer
3. Have senior engineer direct you to [how-to-exit-vim](https://github.com/hakluke/how-to-exit-vim)
## The [Obligatory] Emacs Way
```
$ echo 'alias vim=emacs' >> ~/.bashrc
$ source ~/.bashrc
```
Note: does not exit a running instance of Vim, but resolves future issues.