Solved Alt-b in /bin/sh in uxterm inserts "â" instead of moving the cursor back by one word

D

Deleted member 65953

Guest
My shell is /bin/sh. If I open uxterm and try to move the cursor back by one word using Alt-b, the letter "â" (a-circumflex) is inserted instead. The cursor is not moved. There is clearly something wrong.

When I do the same thing in xterm instead, the cursor moves back by one word as expected. I want to use uxterm. Is there anything I need to configure in uxterm in order to get the expected behavior?
 
Hold Ctrl and click on (u)xterm to open a menu, and ensure that Meta Sends Escape is selected. If you want to make this a permanent change, just add the following line to ~/.Xdefaults (or if you prefer to modify ~/.Xresources, just remember to use xrdb -merge to merge the changes):

Code:
*VT100.metaSendsEscape: true
 
Back
Top