From 99e1e028ace7a2b52468a66669be45c70760a8f6 Mon Sep 17 00:00:00 2001 From: doug Date: Thu, 8 Dec 2022 14:05:58 +0000 Subject: [PATCH] .Xresources edited online with Bitbucket: Add copy/paste C-S-C, C-S-V capability to xterm --- base/.Xresources | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/base/.Xresources b/base/.Xresources index 99a28082..cecadd2c 100644 --- a/base/.Xresources +++ b/base/.Xresources @@ -30,6 +30,10 @@ xterm*saveLines: 2000 xterm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48 xterm*eightBitInput: false +xterm*VT100.Translations: #override \ + Ctrl Shift C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift V: insert-selection(CLIPBOARD) + ! URxvt URxvt*saveline: 15000 URxvt*termName: rxvt-256color