User Tools

Site Tools


xterm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
xterm [2025/10/20 20:40] – created xmpubxterm [2025/10/25 02:05] (current) – [Fix backspace] xmpub
Line 1: Line 1:
-{{tag>software guides}}+{{tag>software guides x11}}
 ====== XTerm ====== ====== XTerm ======
 +**XTerm** is a [[terminal]] emulator for [[X11]]. It comes with X11 and provides full [[VT100]] emulation! However its defaults are not that great.
 ===== Tweaks ===== ===== Tweaks =====
-To enable Emacs style key combinations, add ''XTerm.VT100.modifyOtherKeys: 1'' to ''~/.Xdefaults''+==== Fix ctrl key ==== 
 +To enable [[Emacs]] style key combinations, add ''XTerm.VT100.modifyOtherKeys: 1'' to ''~/.Xdefaults'' 
 +==== Change the font ==== 
 +Run ''xfontsel'' and add ''XTerm*font:<font line>'' to your ''~/.Xresources''
 +  *Ex: ''XTerm*font: -schumacher-clean-*-*-*-*-16-*-*-*-*-*-*-*'' 
 +==== Disable the scrollbar ==== 
 +''xterm*ScrollBar: off'' 
 +==== No bold font ====  
 +''xterm*font: fixed'' 
 +==== Fix alt key ==== 
 +''XTerm*metaSendsEscape: true'' 
 +==== Fix backspace ==== 
 +See [[https://hypexr.org/linux_ruboff.html]] 
 + 
 +If you only care about [[emacs]], ''M-x normal-erase-is-backspace-mode''
xterm.1760992809.txt.gz · Last modified: by xmpub