This commit is contained in:
Tamás Hetesi 2023-11-15 14:44:33 +08:00 committed by GitHub
commit e6fdef07c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -655,7 +655,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
```