diff --git a/README.md b/README.md index f878995..61059d8 100644 --- a/README.md +++ b/README.md @@ -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 ```