mirror of
https://github.com/ynqa/jnv.git
synced 2025-12-21 10:19:36 -06:00
chore: fix tiny
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user