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.
我在 Mac OSX 10.8 上使用带有xterm键绑定的 iTerm2 和zsh.
xterm
zsh
我想zsh使用选项左箭头和选项右箭头来做左右单词的标准 Mac 绑定。
如果我按 ctrl-v 然后按 option-left 和 right 箭头,打印的两个键序列在哪里:
^[[1;9D ^[[1;9C
我尝试使用 绑定这些序列bindkey -v,但没有运气。
bindkey -v
将以下内容添加到 .zshrc
# Skip forward/back a word with opt-arrow bindkey '[C' forward-word bindkey '[D' backward-word
如果您希望轻松添加此映射和一组类似映射,则在Preferences > Profiles > Keys(版本 3)下有一个“自然文本编辑”预设:
Preferences > Profiles > Keys