From cdc0f4bc212d6654be984145b71a006551d9b406 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 24 Oct 2016 21:52:14 +0200 Subject: [PATCH] swap matcher keys --- .Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.Xresources b/.Xresources index 10cfb9b..cc9e061 100644 --- a/.Xresources +++ b/.Xresources @@ -42,8 +42,8 @@ Rxvt.loginShell: true URxvt.perl-ext-common: default,matcher,confirm-paste,-readline -URxvt.keysym.C-Return: matcher:select -URxvt.keysym.MC-Return: matcher:last +URxvt.keysym.MC-Return: matcher:select +URxvt.keysym.C-Return: matcher:last URxvt.matcher.rend.0: Uline URxvt.matcher.pattern.1: \\B(\.?/\\S+?)\072(\\d+)\\b URxvt.matcher.launcher.1: x-terminal-emulator -e vim +$2 $1 -- 2.39.2