send alt instead of random weird things
This commit is contained in:
parent
e9c066d07d
commit
01506f95e2
1 changed files with 10 additions and 0 deletions
10
.Xresources
10
.Xresources
|
@ -116,4 +116,14 @@ xterm*color15: #CCBCBE
|
|||
XTerm.vt100.backarrowKey: false
|
||||
XTerm.ttyModes: erase ^?
|
||||
|
||||
!Ensure that your locale is set up for UTF-8. If you do not use UTF-8, you may need to force xterm to more strictly follow your locale by setting
|
||||
|
||||
XTerm.vt100.locale: true
|
||||
|
||||
!Make 'Alt' key behave as on other terminal emulators
|
||||
|
||||
!The default Alt key behavior in xterm is a modifier to send eight bit input characters e.g. to insert æ by pressing Alt+f. To make Alt instead send a ^[ (escape) key (as in gnome-terminal and konsole), set
|
||||
|
||||
XTerm.vt100.metaSendsEscape: true
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue