-! {{{ 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
-! }}}
-! {{{ clipboard
+! {{{1 Perl extensions
+URxvt.perl-lib: .config/urxvt/urxvt-perls
+URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,autocomplete-ALL-the-things
+! {{{2 url-select
+URxvt.keysym.C-F: perl:url-select:select_next
+URxvt.url-select.button: 1
+URxvt.url-select.launcher: mimeo
+URxvt.url-select.underline: true
+! {{{2 keyboard-select
+URxvt.keysym.C-S-space: perl:keyboard-select:activate
+URxvt.keysym.C-question: perl:keyboard-select:search
+! {{{2 clipboard