commit c514eb917ab335c5ea76851ff0499fc7cd9f8a06 from: the xhr date: Sat May 14 18:49:27 2022 UTC xterm - use ctrl+shift+c/v for copy and paste 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 minus: smaller-vt-font() \n\ Ctrl plus: larger-vt-font() \n\ - Ctrl 0: set-vt-font(d) + Ctrl 0: set-vt-font(d) \n\ + Ctrl Shift V: insert-selection(CLIPBOARD) \n\ + Ctrl Shift C: copy-selection(CLIPBOARD) ! urxvt ------------------------------------------------------------------------ URxvt*saveLines: 12000