我在 Mac 上使用 iTerm 2,每当我按下 Command + Return 时,它就会全屏显示。我的手指又大又粗,实在没办法,所以我真的需要关掉它。有什么建议吗?
提前致谢
答案1
在iTerm 2 首选项中设置Command+ 。ReturnIgnore
答案2
您还可以从系统偏好设置中更改快捷方式:
或者通过编辑属性列表:
defaults write -g NSUserKeyEquivalents -dict-add 'Toggle Full Screen' '^@f'
defaults write -app iTerm NSUserKeyEquivalents '{"Toggle Full Screen"="\0";}'