helix: Configure whitespace rendering
This commit is contained in:
parent
c0c4edd4ab
commit
8292d9f6a6
1 changed files with 12 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue