From fb17a518497979ead4c46c83d92a9b6d65990ffa Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 13 Jun 2021 11:01:44 +0200 Subject: Xresources/urxvt: add a reselect pattern for words --- dotfiles/Xresources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dotfiles') diff --git a/dotfiles/Xresources b/dotfiles/Xresources index 18aa4fa..0df0a7a 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -36,6 +36,8 @@ URxvt.preeditType: OverTheSpot URxvt.keysym.M-u: reselect:url URxvt.keysym.M-g: reselect:git_hash URxvt.keysym.M-i: reselect:message_id +URxvt.keysym.M-w: reselect:user.0 +URxvt.reselect.pattern.0: \\w\\S{4,} URxvt.urgentOnBell: true URxvt.saveLines: 16384 -- cgit v1.2.3