【发布时间】:2018-11-07 05:00:18
【问题描述】:
在 Visual Studio Code 中,Ctrl-k 快捷键绑定到 clearing the terminal。
我在 Windows 中使用了 configured bash as my terminal,并希望它像传统的 Emacs 键绑定一样,也就是说,让它终止行尾。
我尝试在用户设置中禁用此配置的默认键绑定,但没有成功:
"commandsToSkipShell": [
"workbench.action.terminal.clear"
]
如何让终端服从我20年训练的肌肉记忆?
【问题讨论】:
标签: terminal visual-studio-code keyboard-shortcuts vscode-settings