Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想set -o vi在我的 iTerm 窗口的每个实例上运行。我知道有一个文件可以添加,但我不确定是哪一个。
set -o vi
set -o vi相当于bindkey -v,这是我通常启用该特定选项的方式。
bindkey -v
与所有zsh选项一样,您可以将其放在zsh startup files(ie, ~/.zshrc) 中。使用oh-my-zsh不会抑制您使用~/.zshrc自己的能力。
zsh
zsh startup files
~/.zshrc
oh-my-zsh