commit 300161612ac20ced7a334029d2ece05aec70950d (patch) parent 051ecf8fcea5e2eb95457c78a2f2d5709f26f14c Author: Alex Karle <alex@alexkarle.com> Date: Sat, 30 Dec 2023 23:50:29 -0500 xterm: Add copy paste from clipboard support Diffstat:
M | .Xresources | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git 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 <Key>C: copy-selection(CLIPBOARD) \n\ + Ctrl Shift <Key>V: insert-selection(CLIPBOARD)