From e9d1c2da7040a5aadb1385f31cd22c06864f03b0 Mon Sep 17 00:00:00 2001 From: Jason Woofenden Date: Wed, 7 Jun 2017 15:52:48 -0400 Subject: [PATCH] whitespace visualization chars as delemeters --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h b/config.h index 666f388..c974087 100644 --- a/config.h +++ b/config.h @@ -26,7 +26,7 @@ static float chscale = 1.0; * * More advanced example: " `'\"()[]{}" */ -static char worddelimiters[] = " "; +static char worddelimiters[] = " →›"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300; -- 1.7.10.4