mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 11:17:12 +02:00
Merge pull request #121 from notklaatu/master
added an obligatory Emacs method.
This commit is contained in:
commit
58e647a30c
1 changed files with 9 additions and 0 deletions
|
@ -618,6 +618,15 @@ print('The universe is dead, VIM no longer exists');
|
||||||
2. Ask a senior engineer
|
2. Ask a senior engineer
|
||||||
3. Have senior engineer direct you to [how-to-exit-vim](https://github.com/hakluke/how-to-exit-vim)
|
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
|
## The AWS Way
|
||||||
1. In AWS EC2, select **Launch Instance**.
|
1. In AWS EC2, select **Launch Instance**.
|
||||||
2. Launch an EC2 instance with a Linux based AMI.
|
2. Launch an EC2 instance with a Linux based AMI.
|
||||||
|
|
Loading…
Add table
Reference in a new issue