diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..8c9d397 --- /dev/null +++ b/.zshrc @@ -0,0 +1,6 @@ +# Set vim mode in command line +bindkey -v +bindkey -M viins 'jj' vi-cmd-mode + +export VISUAL=vim +export EDITOR="$VISUAL"