summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Fankhauser2023-03-20 14:39:21 +0100
committerAndreas Fankhauser2023-03-20 14:39:21 +0100
commit58aa6bb46c1f605c8d187dbeb23a2b7bda747245 (patch)
tree4352d86e98e7bd0e9276392be364b34cdbd4e2b3
parentf38abaa512c07a2583db1c81501bc696e773662f (diff)
downloaddotfiles-58aa6bb46c1f605c8d187dbeb23a2b7bda747245.zip
dotfiles-58aa6bb46c1f605c8d187dbeb23a2b7bda747245.tar.gz
(WindoofTerm) Adjust 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 80f718b..258d5d5 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" },