From 7fae8c2e87b1b094679010eb734977c644547681 Mon Sep 17 00:00:00 2001 From: klaatu Date: Fri, 10 Jan 2020 09:07:32 +1300 Subject: [PATCH] added an obligatory Emacs method. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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.