added an obligatory Emacs method.
This commit is contained in:
parent
ca1df2d948
commit
7fae8c2e87
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue