Atom::PlatformIO IDE,无法使“将所选文本发送到终端”正常工作

Atom::PlatformIO IDE, can't get `send selected text to terminal` to work

我刚刚安装了 PlatformIO IDE(IDE 1.2.2 | CLI 2.9.4)。

我可以切换终端并在其中键入命令,它们会起作用。

但是,当我 select 发短信并按 ctrl-enter 时,它不会发送到终端。我试图将键绑定更改为其他内容,但这并没有解决问题。 我的问题是接下来要尝试什么? (我在 Fedora 23 和 Ubuntu 16.04 中都有同样的问题)

打开你的键盘映射

ctrl + shif + p ,搜索键盘映射,然后输入

添加平台-ide键映射

'atom-workspace atom-text-editor:not([mini])':
    'ctrl-enter': 'platformio-ide-terminal:insert-selected-text'