view dot_config/helix/config.toml @ 817:7810e6006a61

ci: fix builds in CI
author Zeger Van de Vannet <747627+zegervdv@users.noreply.github.com>
date Tue, 05 Dec 2023 22:50:09 +0100
parents 6499aba0eaf3
children 423e6e3b247a
line wrap: on
line source

theme = "tutticolori"

[editor]
line-number = "relative"
cursorline = true

[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"

[editor.indent-guides]
render = true
skip-levels = 1

[keys.insert]
C-f = "move_char_right"

[keys.normal."space"]
o = "file_picker_in_current_buffer_directory"