How do I customize zsh's vim mode?

Posted by Jason Baker on Super User See other posts from Super User or by Jason Baker
Published on 2010-06-12T16:42:55Z Indexed on 2010/06/12 16:43 UTC
Read the original article Hit count: 273

Filed under:
|

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:

  1. How do I get zsh to distinguish between insert mode and command mode like in vim? Preferably this would change the cursor from an underline to a block like in vim, but displaying text at the bottom would work as well.

  2. How do I get it to act more like vim? For instance, I'd rather it be in command mode by default and not go out of it after one command.

© Super User or respective owner

Related posts about vim

Related posts about zsh