diff options
| author | Malfurious <m@lfurio.us> | 2021-09-30 22:26:51 -0400 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-01-17 19:53:22 -0500 |
| commit | 971367247bf92179016edb57671a2397c851b40b (patch) | |
| tree | b61cb6ff179d4ae2725d6fff178d51bee6c7676f | |
| parent | ea7bfcd3de881bf72ebbcaa950775d34b17ea8bf (diff) | |
| download | st-971367247bf92179016edb57671a2397c851b40b.tar.gz st-971367247bf92179016edb57671a2397c851b40b.zip | |
config: Set word delimiters
| -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; |
