all repos — nixfiles @ a17a75c72e355528a46e0beaea569159ab2a5d4b

System and user configuration, managed by nix and home-manager

xresources: Enable clipboard-based copy and paste in xterm
Alan Pearce alan@alanpearce.eu
Wed, 06 Nov 2019 12:18:04 +0100
commit

a17a75c72e355528a46e0beaea569159ab2a5d4b

parent

279931dca46f31829de6e4d4cf4e264fe2ffabb9

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M user/xresources/.xresources/mainuser/xresources/.xresources/main
@@ -44,6 +44,10 @@ xterm*altSendsEscape:      true xterm*eightBitInput:       false
 xterm*eightBitMeta:        false
 
+xterm*VT100.Translations: #override \
+                 Ctrl Shift <Key>V:    insert-selection(CLIPBOARD) \n\
+                 Ctrl Shift <Key>C:    copy-selection(CLIPBOARD)
+
 ! Local Variables:
 ! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name))
 ! End: