diff --git a/config.h b/config.h index fbff45b..96bd49f 100644 --- a/config.h +++ b/config.h @@ -32,7 +32,7 @@ static float chscale = 1.0; * * More advanced example: " `'\"()[]{}" */ -static char worddelimiters[] = " │"; +static char worddelimiters[] = " │`'\"()[]{}"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300;