Skip to content

Instantly share code, notes, and snippets.

@fusion809
Created December 15, 2018 12:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fusion809/343a98a571dacb95922412ae93b58d4a to your computer and use it in GitHub Desktop.
Save fusion809/343a98a571dacb95922412ae93b58d4a to your computer and use it in GitHub Desktop.
XTerm*Background: black
XTerm*Foreground: white
XTerm*SaveLines: 2000
XTerm*faceName: "Font Awesome 5 Brands-Regular-400"
XTerm*faceSize: 11
XTerm*rightScrollBar: true
XTerm*ScrollBar: true
XTerm*scrollTtyOutput: true
XTerm*VT100.Translations: #override \
Ctrl<Key>V: insert-selection(CLIPBOARD) \n\
Ctrl<Key>V: insert-selection(PRIMARY) \n\
Shift<Btn1Down>: select-start() \n\
Shift<Btn1Motion>: select-extend() \n\
Shift<Btn1Up>: select-end(CLIPBOARD) \n\
Ctrl <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl <Key>V: insert-selection(CLIPBOARD)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment