We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df7351d + 1233a25 commit 58e647aCopy full SHA for 58e647a
README.md
@@ -618,6 +618,15 @@ print('The universe is dead, VIM no longer exists');
618
2. Ask a senior engineer
619
3. Have senior engineer direct you to [how-to-exit-vim](https://github.com/hakluke/how-to-exit-vim)
620
621
+## The [Obligatory] Emacs Way
622
+
623
+```
624
+$ echo 'alias vim=emacs' >> ~/.bashrc
625
+$ source ~/.bashrc
626
627
628
+Note: does not exit a running instance of Vim, but resolves future issues.
629
630
## The AWS Way
631
1. In AWS EC2, select **Launch Instance**.
632
2. Launch an EC2 instance with a Linux based AMI.
0 commit comments