From b81722bcf92d135d9bd54e384b65f0f91e4b2bfc Mon Sep 17 00:00:00 2001 From: ynqa Date: Wed, 26 Mar 2025 22:48:37 +0900 Subject: [PATCH] chore: fix tiny --- default.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.toml b/default.toml index 09ba1eb..e3084bb 100644 --- a/default.toml +++ b/default.toml @@ -10,7 +10,7 @@ mode = "Insert" # Characters considered as word boundaries # These are used to define word movement and deletion behavior in the editor -word_break_chars = ["(", "|", ")", ".", "[", "]"] +word_break_chars = [".", "|", "(", ")", "[", "]"] # Theme settings when the editor is focused [editor.theme_on_focus]