From 813e2b7e357b20a7807bed474237e7a1caf8468f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 17 Feb 2020 23:37:14 +0100 Subject: Update urxvt extension config --- .Xresources | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.Xresources') 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 : into a vim cmdline URxvt.selection-autotransform.0: s/^([^:[:space:]]+):(\\d+):?$/vim +$2 \\Q$1\\E\\x0d/ -- cgit v1.2.3