# Set vim mode in command line
bindkey -v
bindkey -M viins 'jj' vi-cmd-mode

export VISUAL=vim
export EDITOR="$VISUAL"
