dotfiles/.config/helix/config.toml
2024-11-10 18:43:55 +07:00

24 lines
343 B
TOML

theme = "ayu_dark"
[editor]
true-color = true
mouse = false
rulers = [80]
shell = ['fish', '-c']
bufferline = "always"
[keys.normal]
tab = [":buffer-next"]
S-tab = [":buffer-previous"]
[keys.normal.space]
x = [":buffer-close"]
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.file-picker]
hidden = false