diff --git a/bash/bashrc.common b/bash/bashrc.common index 97ebd0e..78e414a 100644 --- a/bash/bashrc.common +++ b/bash/bashrc.common @@ -30,3 +30,5 @@ if [ -f $HOME/.aliases ]; then source $HOME/.aliases fi +# Use vi mode +set -o vi