Skip to content

Instantly share code, notes, and snippets.

@ignacy
Created June 10, 2011 06:59
Show Gist options
  • Select an option

  • Save ignacy/1018364 to your computer and use it in GitHub Desktop.

Select an option

Save ignacy/1018364 to your computer and use it in GitHub Desktop.
Setting 256 colors and other basic options for xterm
! ~/.Xdefaults - for X11/Cygwin running xterm
XTerm*termName: xterm-256color
xterm*scrollBar: false
xterm*vt100.scrollBar: false
xterm*vt100.font: Inconsolata-11
xterm*background: black
xterm*foreground: white
xterm*multiScroll: on
xterm*jumpScroll: on
xterm*SaveLines: 10000
XTerm*vt100*geometry: 120x60
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment