From 70d13d203b7c6697f250b2752f332ebe04f50b50 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 8 Feb 2021 17:24:53 -0500 Subject: Add macOS-like copy and paste to xterm --- home/.config/X/resources | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home/.config/X/resources') diff --git a/home/.config/X/resources b/home/.config/X/resources index 09ffafa1..5bc1f966 100644 --- a/home/.config/X/resources +++ b/home/.config/X/resources @@ -11,6 +11,10 @@ XTerm*metaSendsEscape: true XTerm*alternateScroll: true XTerm*bellIsUrgent: true +XTerm*VT100*translations: #override \n\ + Super C: copy-selection(CLIPBOARD) \n\ + Super V: insert-selection(CLIPBOARD) + XTerm*faceName: Luxi Mono:size=12:antialias=true:hinting=false XTerm*internalBorder: 6 XTerm*colorBDMode: true -- cgit 1.4.1