Files
nixcfg/users/configs/system/helix/config/config.toml
2024-01-26 22:12:52 +00:00

24 lines
358 B
TOML

theme = "catppuccin_custom"
[editor]
cursorline = true
bufferline = "multiple"
line-number = "relative"
[editor.cursor-shape]
insert = "bar"
[editor.lsp]
auto-signature-help = false
[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"