Created
December 15, 2018 12:05
-
-
Save fusion809/343a98a571dacb95922412ae93b58d4a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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