就像我在Mac上使用的终端应用程序。
我曾尝试在PhpStorm中使用zsh作为shell路径,但我的默认zsh颜色方案在PhpStorm内部显示不好。似乎也是这样 Mac Terminal->Settings PhpStorm终端内未启用快捷方式。
Mac Terminal->Settings
我发现只有把快捷键直接绑定到我的电脑上,它才会起作用 ~/.bash_profile
~/.bash_profile
bind '"[D": backward-word' bind '"[C": forward-word'
完成这些更改后,关闭PhpStorm内的所有终端窗口,并打开新窗口。