diff --git a/README.md b/README.md index ab4e1de..4745a5c 100644 --- a/README.md +++ b/README.md @@ -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 ```