From 554289ca285b6641acfd9e61dda5a6421652c5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20Hetesi?= Date: Sat, 3 Oct 2020 10:58:50 +0200 Subject: [PATCH] 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! --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ```