mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-02 03:36:42 +02:00
The [Obligatory] Emacs Way: stay in CLI
Important improvement proposal: let's stay in the terminal to avoid scaring a guest vim user with any graphical features!
This commit is contained in:
parent
1b9a16e6e8
commit
554289ca28
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ print('The universe is dead, VIM no longer exists');
|
||||||
## The [Obligatory] Emacs Way
|
## The [Obligatory] Emacs Way
|
||||||
|
|
||||||
```
|
```
|
||||||
$ echo 'alias vim=emacs' >> ~/.bashrc
|
$ echo 'alias vim="emacs -nw"' >> ~/.bashrc
|
||||||
$ source ~/.bashrc
|
$ source ~/.bashrc
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue