summaryrefslogtreecommitdiff
path: root/.Xresources
diff options
context:
space:
mode:
Diffstat (limited to '.Xresources')
-rw-r--r--.Xresources9
1 files changed, 5 insertions, 4 deletions
diff --git a/.Xresources b/.Xresources
index 95d3c8d..cb2da32 100644
--- a/.Xresources
+++ b/.Xresources
@@ -25,7 +25,7 @@ URxvt.keysym.Shift-Down: command:\033]721;1\007
! perl-modules
URxvt.perl-lib: HOME/.urxvt/extensions/
-URxvt.perl-ext-common: default,url-select,clipboard,selection-autotransform,cwd-spawn
+URxvt.perl-ext-common: default,matcher,clipboard,selection-autotransform,cwd-spawn
! allow Alt-V/-C for pasting from/copying to clipboard
URxvt.keysym.M-v: perl:clipboard:paste
@@ -35,9 +35,10 @@ URxvt.keysym.M-c: perl:clipboard:copy
URxvt.keysym.M-Return: perl:cwd-spawn
! url-select via M-u
-URxvt.url-select.launcher: HOME/bin/openlink
-URxvt.keysym.M-u: perl:url-select:select_next
-URxvt.url-select.underline: true
+URxvt.url-launcher: HOME/bin/openlink
+URxvt.keysym.M-u: matcher:select
+URxvt.keysym.C-u: matcher:last
+URxvt.keysym.M-C-u: matcher:list
! transform selections of <filename>:<line> into a vim cmdline
URxvt.selection-autotransform.0: s/^([^:[:space:]]+):(\\d+):?$/vim +$2 \\Q$1\\E\\x0d/