Add files via upload

This commit is contained in:
2025-09-12 03:28:39 +02:00
committed by GitHub
parent d462721bb8
commit 448364815b
2 changed files with 25 additions and 22 deletions

View File

@@ -1,22 +1,23 @@
theme = "focus_nova"
[editor]
line-number = "relative"
cursorline = true
color-modes = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.indent-guides]
render = true
[keys.normal]
C-right = "move_next_word_start"
C-left = "move_prev_word_end"
[keys.insert]
C-right = "move_next_word_start"
C-left = "move_prev_word_end"
theme = "focus_nova"
[editor]
line-number = "relative"
cursorline = true
color-modes = true
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.indent-guides]
render = true
[keys.normal]
C-right = "move_next_word_start"
C-left = "move_prev_word_end"
[keys.insert]
C-right = "move_next_word_start"
C-left = "move_prev_word_end"