summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-09-30 22:26:51 -0400
committerMalfurious <m@lfurio.us>2024-08-12 13:12:21 -0400
commit4bbee9a95230a0d1f10499c7e410f11e4554d486 (patch)
tree1f2e11a76b85e8c7d22aa6970adf322de3026b3d
parent4440b6fa36b0297850d26817e37309deed827fdb (diff)
downloadst-4bbee9a95230a0d1f10499c7e410f11e4554d486.tar.gz
st-4bbee9a95230a0d1f10499c7e410f11e4554d486.zip
config: Set word delimiters
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index 1e1e456..b962afb 100644
--- a/config.def.h
+++ b/config.def.h
@@ -34,7 +34,7 @@ static float chscale = 1.0;
*
* More advanced example: L" `'\"()[]{}"
*/
-wchar_t *worddelimiters = L" ";
+wchar_t *worddelimiters = L" `'\"()[]{}<>|;";
/* selection timeouts (in milliseconds) */
static unsigned int doubleclicktimeout = 300;