diff --git a/README.md b/README.md index 906ce36..182f079 100644 --- a/README.md +++ b/README.md @@ -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.