summary refs log tree commit diff stats
path: root/user/xresources
diff options
context:
space:
mode:
Diffstat (limited to 'user/xresources')
-rw-r--r--user/xresources/.xresources/main4
1 files changed, 3 insertions, 1 deletions
diff --git a/user/xresources/.xresources/main b/user/xresources/.xresources/main
index fafca7f8..4d684f2d 100644
--- a/user/xresources/.xresources/main
+++ b/user/xresources/.xresources/main
@@ -46,7 +46,9 @@ xterm*eightBitMeta:        false
 
 xterm*VT100.Translations: #override \
                  Ctrl Shift <Key>V:    insert-selection(CLIPBOARD) \n\
-                 Ctrl Shift <Key>C:    copy-selection(CLIPBOARD)
+                 Ctrl Shift <Key>C:    copy-selection(CLIPBOARD) \n\
+                 Alt  Shift <Key>V:    insert-selection(CLIPBOARD) \n\
+                 Alt  Shift <Key>C:    copy-selection(CLIPBOARD)
 
 ! Local Variables:
 ! compile-command: (concat "xrdb -merge " (shell-quote-argument buffer-file-name))