hx/config.toml

23 lines
346 B
TOML
Raw Normal View History

2023-01-10 12:48:40 +00:00
theme = "gruvbox_light"
[editor]
mouse = false
bufferline = "multiple"
2023-01-11 07:53:42 +00:00
line-number = "relative"
2023-01-10 12:48:40 +00:00
[editor.cursor-shape]
insert = "underline"
normal = "block"
select = "block"
[editor.file-picker]
hidden = false
2023-04-20 20:48:42 +00:00
[editor.statusline]
left = ["mode", "spinner", "version-control"]
2023-01-10 12:48:40 +00:00
[keys.normal]
X = "extend_line_above"
D = "delete_char_backward"