Update helix config

This commit is contained in:
2024-01-18 17:50:55 +00:00
parent 46423a6f88
commit c7520982ab

View File

@@ -1,7 +1,19 @@
theme = "catppuccin_macchiato" theme = "catppuccin_macchiato"
[editor] [editor]
cursorline = true
line-number = "relative" line-number = "relative"
[editor.cursor-shape] [editor.cursor-shape]
insert = "bar" insert = "bar"
[keys.normal.space]
"space" = "file_picker"
[keys.normal.space.b]
d = ":buffer-close"
b = "buffer_picker"
[keys.normal]
L = "goto_next_buffer"
H = "goto_previous_buffer"