diff options
-rw-r--r-- | user/xresources/.xresources/main | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/user/xresources/.xresources/main b/user/xresources/.xresources/main index 6a9a4898..e83e37e9 100644 --- a/user/xresources/.xresources/main +++ b/user/xresources/.xresources/main @@ -46,8 +46,12 @@ xterm*eightBitMeta: false xterm*decTerminalId: vt340 xterm*numColorRegisters: 256 +xterm*charClass: 33:48,36-47:48,58-59:48,61:48,63-64:48,95:48,126:48 +xterm*on3Clicks: regex ([[:alpha:]]+://)?([[:alnum:]!#+,./=?@_~-]|(%[[:xdigit:]][[:xdigit:]]))+ + xterm*VT100.Translations: #override \ Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\ Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\ Alt Shift <Key>V: insert-selection(CLIPBOARD) \n\ - Alt Shift <Key>C: copy-selection(CLIPBOARD) + Alt Shift <Key>C: copy-selection(CLIPBOARD) \n\ + Shift <Btn1Up>: exec-formatted("$BROWSER '%t'", PRIMARY) |