From 882bdbee2e8583e91c4dc4ddf093fa79f4436041 Mon Sep 17 00:00:00 2001 From: Daniel Siepmann Date: Thu, 5 Oct 2023 16:46:31 +0200 Subject: [PATCH] Configure "," as word delimiter in terminal This is used by tig as separator for tags, branches, etc. --- overlays/st/settings.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/st/settings.patch b/overlays/st/settings.patch index d88aabf..ac506b6 100644 --- a/overlays/st/settings.patch +++ b/overlays/st/settings.patch @@ -16,7 +16,7 @@ index 91ab8ca..21fa0e6 100644 * More advanced example: L" `'\"()[]{}" */ -wchar_t *worddelimiters = L" "; -+wchar_t *worddelimiters = L" (){}[]<>'\"`│|"; ++wchar_t *worddelimiters = L" (){}[]<>'\"`│|,"; /* selection timeouts (in milliseconds) */ static unsigned int doubleclicktimeout = 300;