From a030e783d827b478336cd349791c5f98bd2c4de1 Mon Sep 17 00:00:00 2001 From: ds6 Date: Tue, 30 Jan 2018 21:29:00 -0600 Subject: [PATCH] fixed urxvt url matcher regex --- base/.Xresources | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/base/.Xresources b/base/.Xresources index 13ae3b4..fd515ca 100644 --- a/base/.Xresources +++ b/base/.Xresources @@ -85,14 +85,13 @@ URxvt.visualBell: true URxvt.url-launcher: /usr/local/bin/xdg-open URxvt.matcher.button: 1 -URxvt.matcher.pattern.0: \\w+:/\+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[/!#$&\\-;=?-[\\]_a-zA-Z~]|%[0-9a-fA-F]{2})*)? +URxvt.matcher.pattern.0: \\w+:/+[\\w-](?:\\.?[\\w-]+)*(?::\\d{1,5})?(?:/(?:[\\d\\w/!#$&\\-;=?~[\\]]|%[\\da-fA-F]{2})*)? URxvt.matcher.rend.0: Uline Bold fg6 -! URxvt.matcher.pattern.1: \\s(/\\S+?):(\\d+)(?=:|$) -! URxvt.matcher.rend.1: Uline fg3 -URxvt.matcher.launcher.1: urxvtc -e vim +$2 $1 +!URxvt.matcher.pattern.1: \\s(/\\S+?):(\\d+)(?=:|$) +!URxvt.matcher.rend.1: Uline fg3 +!URxvt.matcher.launcher.1: urxvtc -e vim +$2 $1 URxvt.keysym.M-o: matcher:last URxvt.keysym.M-u: matcher:list -!URxvt.keysym.M-S-equal: font-size:increase URxvt.keysym.M-plus: font-size:increase URxvt.keysym.M-minus: font-size:decrease URxvt.keysym.M-equal: font-size:reset -- 2.47.0