From 022d16c3a397be613c7662ed7733dfb7aae23efc Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Tue, 11 May 2021 15:21:46 -0700 Subject: [PATCH] Stop using VS Code as vim and vim, it's so slow --- zshrc | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zshrc b/zshrc index ca231be..7d0f3cc 100755 --- a/zshrc +++ b/zshrc @@ -45,10 +45,7 @@ else fi fi -if command_exists code; then - export EDITOR="code -nw" - export VISUAL="code -nw" -elif command_exists vim; then +if command_exists vim; then export EDITOR="vim" export VISUAL="vim" else