diff options
author | Malfurious <m@lfurio.us> | 2021-09-30 22:26:51 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-08-12 13:12:21 -0400 |
commit | 4bbee9a95230a0d1f10499c7e410f11e4554d486 (patch) | |
tree | 1f2e11a76b85e8c7d22aa6970adf322de3026b3d /config.def.h | |
parent | 4440b6fa36b0297850d26817e37309deed827fdb (diff) | |
download | st-4bbee9a95230a0d1f10499c7e410f11e4554d486.tar.gz st-4bbee9a95230a0d1f10499c7e410f11e4554d486.zip |
config: Set word delimiters
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 2 |
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; |