aboutsummaryrefslogtreecommitdiff
path: root/x/Xresources
diff options
context:
space:
mode:
Diffstat (limited to 'x/Xresources')
-rw-r--r--x/Xresources15
1 files changed, 14 insertions, 1 deletions
diff --git a/x/Xresources b/x/Xresources
index ed85bdcc..798cc9d2 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -14,7 +14,12 @@ XTerm.vt100.bellIsUrgent: true
* left and right angle brackets (less-than and greater-than), because being
* able to click URLs quickly outweighs anything else.
*/
-XTerm.vt100.charClass: 33-126:48,60:60,61:48,62:60
+XTerm.vt100.charClass: \
+ 33-59:48, \
+ 60:60, \
+ 61:48, \
+ 62:60, \
+ 63-126:48
/**
* Put the terminal text contents flush against the edges of the window,
@@ -44,3 +49,11 @@ XTerm.vt100.color12: rgb:72/9f/cf
XTerm.vt100.color13: rgb:ad/7f/a8
XTerm.vt100.color14: rgb:34/e2/e2
XTerm.vt100.color15: rgb:ee/ee/ec
+
+/**
+ * Bind extra keys to copy/paste to/from CLIPBOARD rather than PRIMARY, as
+ * a simple selection does.
+ */
+XTerm.vt100.translations: #override \n\
+ Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
+ Ctrl Shift <Key>V: insert-selection(CLIPBOARD)