helix: cosmetics, hotkeys
This commit is contained in:
parent
ca4b862c5e
commit
c9eed9d010
1 changed files with 10 additions and 1 deletions
|
@ -3,9 +3,18 @@ theme = "gruvbox"
|
||||||
[editor]
|
[editor]
|
||||||
true-color = true
|
true-color = true
|
||||||
line-number = "relative"
|
line-number = "relative"
|
||||||
cursorline = true
|
|
||||||
|
|
||||||
[editor.cursor-shape]
|
[editor.cursor-shape]
|
||||||
normal = "block"
|
normal = "block"
|
||||||
insert = "bar"
|
insert = "bar"
|
||||||
select = "underline"
|
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"
|
||||||
|
|
Loading…
Reference in a new issue