summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-06-13 11:01:44 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-13 11:01:44 +0200
commitfb17a518497979ead4c46c83d92a9b6d65990ffa (patch)
tree6f6506244f972d11aa251e597968bd757db3d55f /dotfiles
parentd52f002785c1a7c1528dc94f06812dc433f7a784 (diff)
Xresources/urxvt: add a reselect pattern for words
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/Xresources2
1 files changed, 2 insertions, 0 deletions
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