mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 03:36:42 +02:00
added an obligatory Emacs method.
This commit is contained in:
parent
ca1df2d948
commit
7fae8c2e87
1 changed files with 9 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue