Files
nixcfg/users/configs/system/helix/config/config.toml
2024-01-18 17:50:55 +00:00

20 lines
295 B
TOML

theme = "catppuccin_macchiato"
[editor]
cursorline = true
line-number = "relative"
[editor.cursor-shape]
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"