mirror of
https://github.com/hakluke/how-to-exit-vim.git
synced 2025-05-01 11:17:12 +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
|
||||
|
||||
```
|
||||
$ echo 'alias vim=emacs' >> ~/.bashrc
|
||||
$ echo 'alias vim="emacs -nw"' >> ~/.bashrc
|
||||
$ source ~/.bashrc
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue