【发布时间】:2022-01-21 02:13:28
【问题描述】:
我在 aws cloud 上使用 cloud9,并从一个终端窗口启动 emacs,但是通常的键绑定无法正常工作(我猜它们正在被 cloud9 IDE 捕获)。运行 emacs 时是否可以让 aws 终端像我的个人计算机上的终端一样运行?
【问题讨论】:
标签: amazon-web-services emacs cloud9-ide
我在 aws cloud 上使用 cloud9,并从一个终端窗口启动 emacs,但是通常的键绑定无法正常工作(我猜它们正在被 cloud9 IDE 捕获)。运行 emacs 时是否可以让 aws 终端像我的个人计算机上的终端一样运行?
【问题讨论】:
标签: amazon-web-services emacs cloud9-ide
AWS Cloud9 是一个基于云的集成开发环境(IDE),您可以自定义键绑定,但这是 Cloud9 本身的,要捕获 emacs 键,您应该run Cloud9 workspaces locally.
...或者,切换键盘键绑定模式: 如需更多信息,请在 AWS Cloud9 IDE 中:
更多关于MacOS Emacs Keybindings Reference for the AWS Cloud9 Integrated Development Environment (IDE)
【讨论】: