From 300161612ac20ced7a334029d2ece05aec70950d Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sat, 30 Dec 2023 23:50:29 -0500 Subject: [PATCH] xterm: Add copy paste from clipboard support --- .Xresources | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.Xresources b/.Xresources index a1b14b6..2752c26 100644 --- a/.Xresources +++ b/.Xresources @@ -33,3 +33,9 @@ XTerm*color12: #ebffff XTerm*color13: #96d197 XTerm*color14: #a1eeed XTerm*color15: #ffffeb + +! Copy/Paste support with Ctrl-Shift-C/V for the Clipboard +! See: xterm(1) Custom Key Bindings +XTerm*VT100*translations: #override \ + Ctrl Shift C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift V: insert-selection(CLIPBOARD) -- libgit2 1.1.1