chore: fix tiny

This commit is contained in:
ynqa
2025-03-26 22:48:37 +09:00
parent 21f4ad302e
commit b81722bcf9

View File

@@ -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]