Pregunta

I want to have set -o vi run on every instance of my iTerm window. I know there is a file that I can add this to, but Im not sure which one.

¿Fue útil?

Solución

set -o vi is equivilent to bindkey -v, which is the way I'd normally enable that particular option.

As with all zsh options, you can put it in the zsh startup files (ie, ~/.zshrc). The use of oh-my-zsh does not inhibit your ability to use ~/.zshrc yourself.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top