diff --git a/helix/config.toml b/helix/config.toml index b88ee24..45756be 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -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"