1
0
Fork 0

helix: cosmetics, hotkeys

This commit is contained in:
Von Random 2024-11-11 14:14:14 +02:00
parent ca4b862c5e
commit c9eed9d010

View file

@ -3,9 +3,18 @@ theme = "gruvbox"
[editor]
true-color = true
line-number = "relative"
cursorline = true
[editor.cursor-shape]
normal = "block"
insert = "bar"
select = "underline"
[editor.indent-guides]
render = true
[editor.soft-wrap]
enable = true
[keys.normal.space]
z = ":toggle-option whitespace.render all none"
x = ":toggle-option cursorline"