篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown IntelliJ IDEA bash导航Alt +键无法在嵌入式终端中工作相关的知识,希望对你有一定的参考价值。
In order to activate ALT-LEFT & ALT-RIGHT in the terminal (as they work in bash), add the following to your ~/.inputrc (if it doesn't exist, create it):
```
"\e\e[C": forward-word
"\e\e[D": backward-word
```
and.. reopen the terminal within IntelliJ.
以上是关于markdown IntelliJ IDEA bash导航Alt +键无法在嵌入式终端中工作的主要内容,如果未能解决你的问题,请参考以下文章