]> git.sev.monster Git - dotfiles.git/commitdiff
fixed urxvt url matcher regex
authords6 <git@ds6.pw>
Wed, 31 Jan 2018 03:29:00 +0000 (21:29 -0600)
committersev <git@sev.monster>
Fri, 5 Apr 2024 20:44:51 +0000 (15:44 -0500)
base/.Xresources

index 13ae3b4b9168b4faaff3a9cce99517e74cf898fc..fd515ca1f646b902c285e2ab65cabf1858789741 100644 (file)
@@ -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
This page took 0.032645 seconds and 4 git commands to generate.