How do I customize zsh's vim mode?
- by Jason Baker
Ok, so I finally made the great change. In my .zshenv, I changed my EDITOR:
export EDITOR=vim
There are a couple of questions I have that are so minor that I didn't want to start separate questions for them. Here they are:
How do I get zsh to distinguish between insert mode and command mode like in vim? Preferably this would change the…