Merge pull request #121 from notklaatu/master

added an obligatory Emacs method.
This commit is contained in:
Luke Stephens (hakluke) 2020-01-10 14:02:11 +10:00 committed by GitHub
commit 58e647a30c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -618,6 +618,15 @@ print('The universe is dead, VIM no longer exists');
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.
## The AWS Way
1. In AWS EC2, select **Launch Instance**.
2. Launch an EC2 instance with a Linux based AMI.