zsh-vi-mode
zsh-vi-mode copied to clipboard
Prezto support
Support / easy installation on Prezto?
I'd love to test it out on my dotfiles repo so I was wondering if there are easy steps for setting it up with Prezto?
@lfilho I think the "usual" way should work. Go to your ~/.zprezto/contrib
directory and do a:
git clone https://github.com/jeffreytse/zsh-vi-mode
and then add zsh-vi-mode
to the zstyle ':prezto:load' pmodule
bit of ~/.zprestorc
.
That should work...