]> git.sev.monster Git - dotfiles.git/blobdiff - base/.Xresources
urxvt perl extensions, Xresources changes
[dotfiles.git] / base / .Xresources
index c72d6f3465dca74a59199c07ebd5dbc68a254ece..7bccb528acc43e0993f94f7d2edc2dfe4d34273e 100644 (file)
@@ -65,8 +65,8 @@ Xft.rgba:                 none
 
 ! URxvt
 URxvt.termName:           rxvt-256color
 
 ! URxvt
 URxvt.termName:           rxvt-256color
-URxvt.perl-ext:           matcher
-URxvt.perl-ext-common:
+URxvt.perl-ext:
+URxvt.perl-ext-common:    searchable-scrollback,confirm-paste,matcher,font-size
 
 URxvt.depth:              32
 URxvt.background:         rgba:0000/0a00/0d00/d000
 
 URxvt.depth:              32
 URxvt.background:         rgba:0000/0a00/0d00/d000
@@ -81,10 +81,11 @@ URxvt.visualBell:         true
 
 URxvt.url-launcher:       /usr/local/bin/xdg-open
 URxvt.matcher.button:     1
 
 URxvt.url-launcher:       /usr/local/bin/xdg-open
 URxvt.matcher.button:     1
+URxvt.matcher.pattern.0:  \\w+:\\/\*[\\w\\-][\\w\\-\\.]*\\.\\w+(?::\\d)?(?:\\/[\\w\\-\\.\\/?&@#%_]*)?
 URxvt.matcher.rend.0:     Uline Bold fg6
 URxvt.matcher.rend.0:     Uline Bold fg6
-URxvt.matcher.pattern.0:  \\bwww\\.[\\w-]+\\.[\\w./?&@#-]*[\\w/-]
-URxvt.matcher.pattern.1:  \\B(/\\S+?):(\\d+)(?=:|$)
-URxvt.matcher.launcher.1: 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-o:         matcher:last
 URxvt.keysym.M-u:         matcher:list
 
This page took 0.033764 seconds and 4 git commands to generate.