Files
dotfiles/helix/config.toml
T

22 lines
385 B
TOML

theme = "gruvbox"
[editor]
mouse = false
middle-click-paste = false
shell = ["/bin/fish", "-c"]
cursorline = false
cursorcolumn = false
line-number = "relative"
auto-completion = true
auto-format = true
true-color = true
color-modes = true
[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "block"
[keys.normal]
esc = [ "collapse_selection", "keep_primary_selection" ]