Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 cygwin/Xming 下使用 xterm。
Alt+ B(向后跳一个单词)和Alt- F(向前跳一个单词)不起作用,而是显示一些变音字符或其他东西。
我在我的主目录中创建了一个文件 .Xresources 和一个文件 .Xdefaults ,每个文件都只包含这一行:
xterm*eightBitInput: false
然而问题依然存在。
我试图做同样的事情。
我不得不补充:
xterm*metaSendsEscape: true
在我的 .Xresources 文件中,然后重新启动我的系统。不重启就不行。
我认为相关资源是 metaSendsEscape,您需要将其设置为 true。