4

I use xterm under cygwin/Xming.

Alt+B (jump one word backwards) and Alt-F (one word forward) do not work, but instead display some diacritical characters or something.

I have created a file .Xresources and a file .Xdefaults in my home dir, each containing only this line:

xterm*eightBitInput: false

Yet the problem persists.

Abin Manathoor Devasia
  • 1,945
  • 2
  • 21
  • 47
user438611
  • 41
  • 1

2 Answers2

4

I was trying to do the same.

I had to add:

xterm*metaSendsEscape: true 

in my .Xresources file and then restart my system. Wouldn't work without the restart.

user674669
  • 10,681
  • 15
  • 72
  • 105
1

I think the relevant resource is metaSendsEscape, which you'll want to set to true.

ak2
  • 6,629
  • 31
  • 27