Skip to content

Commit 58e647a

Browse files
authored
Merge pull request #121 from notklaatu/master
added an obligatory Emacs method.
2 parents df7351d + 1233a25 commit 58e647a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -618,6 +618,15 @@ print('The universe is dead, VIM no longer exists');
618618
2. Ask a senior engineer
619619
3. Have senior engineer direct you to [how-to-exit-vim](https://github.com/hakluke/how-to-exit-vim)
620620

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+
621630
## The AWS Way
622631
1. In AWS EC2, select **Launch Instance**.
623632
2. Launch an EC2 instance with a Linux based AMI.

0 commit comments

Comments
 (0)