xterm: allow pasting Tabs

This commit is contained in:
Lucas 2020-12-28 15:52:45 +00:00
parent 4155ad9324
commit 174cc1338b
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ XTerm.VT100.backarrowKeyIsErase: true
XTerm.VT100.bellIsUrgent: true
XTerm.VT100.charClass: 33-47:48,58-64:48,91-96:48,123-126:48
XTerm.VT100.deleteIsDEL: false
XTerm.VT100.disallowedPasteControls: BS,DEL,ESC
XTerm.VT100.metaSendsEscape: true
XTerm.VT100.translations: #override \n\
Ctrl Alt <Key>C: copy-selection(CLIPBOARD) \n\