markdown IntelliJ IDEA bash导航Alt +键无法在嵌入式终端中工作

Posted

tags:

篇首语:本文由小常识网(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 +键无法在嵌入式终端中工作的主要内容,如果未能解决你的问题,请参考以下文章

markdown 免费的IntelliJ IDEA密钥2018.2!

markdown 免费的IntelliJ IDEA密钥2018.2!

markdown Dockerfile的IntelliJ IDEA文件观察器设置

markdown IntelliJ IDEA注册码phpstorm + webstorm等

intellij idea markdown 好看样式抄录

markdown IntelliJ IDEA bash导航Alt +键无法在嵌入式终端中工作