Stop using VS Code as vim and vim, it's so slow
This commit is contained in:
parent
16f21f07a1
commit
022d16c3a3
1 changed files with 1 additions and 4 deletions
5
zshrc
5
zshrc
|
|
@ -45,10 +45,7 @@ else
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if command_exists code; then
|
if command_exists vim; then
|
||||||
export EDITOR="code -nw"
|
|
||||||
export VISUAL="code -nw"
|
|
||||||
elif command_exists vim; then
|
|
||||||
export EDITOR="vim"
|
export EDITOR="vim"
|
||||||
export VISUAL="vim"
|
export VISUAL="vim"
|
||||||
else
|
else
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue