dotfiles/.config/helix/config.toml

15 lines
229 B
TOML
Raw Normal View History

2026-03-09 00:07:31 -04:00
theme = "base16_default"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[keys.normal]
C-s = ":w"
"ret" = ["open_below", "normal_mode"]
# "C-S-C" = ":clipboard-yank"
[editor]
bufferline = "multiple"