문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top