hx/config.toml
2023-01-10 13:49:24 +01:00

19 lines
254 B
TOML

theme = "gruvbox_light"
[editor]
mouse = false
bufferline = "multiple"
[editor.cursor-shape]
insert = "underline"
normal = "block"
select = "block"
[editor.file-picker]
hidden = false
[keys.normal]
X = "extend_line_above"
D = "delete_char_backward"