Skip to content

Instantly share code, notes, and snippets.

@bigsmoke
Created November 18, 2009 14:38
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bigsmoke/237901 to your computer and use it in GitHub Desktop.
Save bigsmoke/237901 to your computer and use it in GitHub Desktop.
XTerm*background: black
XTerm*Foreground: Grey
XTerm*faceName: Liberation Mono
XTerm*faceSize: 10
XTerm*on2Clicks: regex [^ \n]+
XTerm*bellIsUrgent: true
! Make the terminal 127 by 42 characters in size
XTerm*geometry: 127x44+64+0
! By default, XTerm composes special chars with META. With this setting I can work my readline magic instead.
XTerm*metaSendsEscape: true
! Bracketed paste mode requires the allowWindowOps resource to be true
XTerm*allowWindowOps: true
XTerm*saveLines: 1000
! Don't jump to the bottom when there's output
XTerm*VT100*scrollTtyOutput: false
XTerm*VT100.Translations: #override \
Shift<Key>Insert: insert-selection(CLIPBOARD) \n\
<Key>Insert: insert-selection(PRIMARY) \n\
Shift<Btn2Up>: insert-selection(CLIPBOARD) \n\
Shift<Key>Up: scroll-back(1) \n\
Shift<Key>Down: scroll-forw(1)
! vim: set syntax=xdefaults expandtab tabstop=4 shiftwidth=4:
@ajh789
Copy link

ajh789 commented Sep 11, 2020

Wow, 11 years ago...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment