From 96267e4e6b100a92768b1d04593fd3781271e204 Mon Sep 17 00:00:00 2001 From: Aaron Lindsay Date: Sun, 5 Feb 2017 12:31:09 -0500 Subject: [PATCH] Expand word delimiter characters --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index dab5fa9..29031d5 100644 --- a/config.h +++ b/config.h @@ -32,7 +32,7 @@ static float chscale = 1.0; * * More advanced example: " `'\"()[]{}" */ -char *worddelimiters = " │"; +char *worddelimiters = " │`'\"()[]{}"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300;