Domanda

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.

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top