Watch
1
0
Fork
You've already forked dotfiles
0

helix: Configure whitespace rendering

This commit is contained in:
Jeremy Kaplan 2026-08-04 13:10:06 -04:00
commit 8292d9f6a6

View file

@ -59,5 +59,17 @@ right = [
"file-encoding",
]
[editor.whitespace.characters]
space = "·"
nbsp = "⍽"
nnbsp = "␣"
tab = "→"
newline = "⏎"
tabpad = ""
[keys.normal]
"C-l" = [":config-reload", ":redraw"]
[keys.normal.space.t]
"w" = ":toggle whitespace.render all none"
"W" = ":toggle soft-wrap.enable"