Commit Diff


commit - 7479568fb29e4ab5d3ce7a1e631e9317c15a44bc
commit + c514eb917ab335c5ea76851ff0499fc7cd9f8a06
blob - af42d8c30fa9b8c144f99bada4d976e0b2ecb024
blob + 990957fb4fb0ef30580583aeb9d812a54eecb6cf
--- .Xresources
+++ .Xresources
@@ -58,11 +58,13 @@ xterm*on3Clicks:  regex [^ \n]+
 XTerm*on4Clicks: regex ([[:alpha:]]+://)?([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+
 ! select whole line
 XTerm*on5Clicks: line
-
+! font resize with Ctrl +/- and insert clipboard with Ctrl+Shift+v
 xterm*VT100.Translations: #override \
 	Ctrl <Key> minus: smaller-vt-font() \n\
 	Ctrl <Key> plus: larger-vt-font() \n\
-	Ctrl <Key> 0: set-vt-font(d)
+	Ctrl <Key> 0: set-vt-font(d) \n\
+	Ctrl Shift <Key>V:    insert-selection(CLIPBOARD) \n\
+	Ctrl Shift <Key>C:    copy-selection(CLIPBOARD)
 
 ! urxvt ------------------------------------------------------------------------
 URxvt*saveLines: 12000