summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser2023-03-20 14:45:26 +0100
committerAndreas Fankhauser2023-03-20 14:45:26 +0100
commit071f2194ec0b51b6f28a4a71d71970c81f579d51 (patch)
tree47429b1c44b852b3ab122e8beb56e2fd8ddfcc54
parent58aa6bb46c1f605c8d187dbeb23a2b7bda747245 (diff)
downloaddotfiles-071f2194ec0b51b6f28a4a71d71970c81f579d51.zip
dotfiles-071f2194ec0b51b6f28a4a71d71970c81f579d51.tar.gz
(WindoofTerm) Remove some more chars from wordDelimiters
-rw-r--r--src/windoof/WindoofTerminal/settings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/windoof/WindoofTerminal/settings.json b/src/windoof/WindoofTerminal/settings.json
index 258d5d5..fec2559 100644
--- a/src/windoof/WindoofTerminal/settings.json
+++ b/src/windoof/WindoofTerminal/settings.json
@@ -11,7 +11,7 @@
"language": "en-US",
"theme": "dark",
"trimPaste": false,
- "wordDelimiters": " ()\"',:;<>!@#$%^&*|+=[]{}\u2502",
+ "wordDelimiters": " ()\"',;<>!$^*|+[]{}\u2502",
"actions": [
{ "command": "find", "keys": "ctrl+shift+f" },
{ "command": "openTabRenamer", "keys": "ctrl+shift+f2" },