hx/config.toml

19 lines
254 B
TOML
Raw Normal View History

2023-01-10 13:48:40 +01:00
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"