Files
nixcfg/users/configs/system/helix/config/config.toml
2025-08-01 16:12:43 +01:00

23 lines
331 B
TOML

theme = "catppuccin_custom"
[editor]
cursorline = true
bufferline = "always"
[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"