Change helix settings

main
trivernis 6 months ago
parent 897c8ca867
commit 86191d41aa
Signed by: Trivernis
GPG Key ID: 7E6D18B61C8D2F4B

@ -1,5 +1,4 @@
theme = "dracula-purple"
# icons = "nerdfonts"
[editor]
rulers = [120]
@ -7,15 +6,14 @@ shell = ["nu", "-c"]
true-color = true
cursorline = true
color-modes = true
bufferline = "always"
line-number = "relative"
[editor.cursor-shape]
insert = "bar"
normal = "block"
select = "underline"
[editor.soft-wrap]
enable = true
[editor.statusline]
left = ["mode", "spinner", "spacer", "file-name"]
center = []
@ -30,6 +28,10 @@ display-inlay-hints = true
render = true
rainbow = "dim"
[editor.whitespace.render]
tab = "all"
nbsp = "all"
[keys.normal]
C-j = "half_page_down"
C-k = "half_page_up"

Loading…
Cancel
Save