diff options
Diffstat (limited to 'Common/zshrc')
-rw-r--r-- | Common/zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Common/zshrc b/Common/zshrc index c09e55f..beda6af 100644 --- a/Common/zshrc +++ b/Common/zshrc @@ -52,6 +52,8 @@ source $ZSH/oh-my-zsh.sh export LC_ALL=en_US.UTF-8 export LANG=en_US.UTF-8 +# Enable vi mode +bindkey -v # Set vim as default editor # export EDITOR=$(which vim) |