Cmder 一半时间以 Windows 模式打开,另一半时间以 xterm 模式打开

Cmder 一半时间以 Windows 模式打开,另一半时间以 xterm 模式打开

我在 WSL 中使用 Cmder,有一半的时间,箭头键不起作用。我注意到这是因为 Cmder 选项卡有一半的时间是在 Windows 模式下打开的。箭头键在 xterm 模式下有效,但在 Windows 模式下无效。

我怎样才能强制它始终处于 xterm 模式?

编辑:另外,有时当我打开新标签时,AppKeys 会关闭。有没有办法强制它保持开启状态?

答案1

添加-cur_console:p5到您正在启动的任务(或者您可以使用new_console代替cur_console

摘录自https://github.com/ConEmu/ConEmu.github.io/blob/master/en/NewConsole.md

p[N] - pty 模式,N - 位掩码:1 - XTermKeys,2 - BrPaste,4 - AppCursorKeys;默认值为 5(1+4)

相关内容