]> git.rmz.io Git - dotfiles.git/commitdiff
replace matcher with url-select + add keyboard-select
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 6 Jul 2013 09:05:11 +0000 (11:05 +0200)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 6 Jul 2013 09:05:11 +0000 (11:05 +0200)
Xresources

index f0dc65c8e7e1280c843a730661c8421dc6288416..cb424d2530e3436f365c58519307bf3c30fdde73 100644 (file)
@@ -24,13 +24,16 @@ URxvt.iso14755:     false
 URxvt.iso14755_52:  false
 
 ! {{{ Perl extensions
-URxvt.perl-ext-common:  default,matcher,clipboard
-! {{{ matcher
-URxvt.url-launcher:     mimeo
-URxvt.matcher.button:   1
-
-URxvt.keysym.4-r:       perl:matcher:last
-URxvt.keysym.4-Delete:  perl:matcher:list
+URxvt.perl-ext-common:  default,clipboard,url-select,keyboard-select
+! {{{ url-select
+URxvt.keysym.1-u:           perl:url-select:select_next
+URxvt.url-select.button:    1
+URxvt.url-select.launcher:  mimeo
+URxvt.url-select.underline: true
+! }}}
+! {{{ keyboard-select
+URxvt.keysym.1-Escape: perl:keyboard-select:activate
+URxvt.keysym.1-s:      perl:keyboard-select:search
 ! }}}
 ! {{{ clipboard
 URxvt.keysym.C-C:   perl:clipboard:copy