diff --git a/helix-view/src/editor.rs b/helix-view/src/editor.rs index bfb3262e6..8eacd05fa 100644 --- a/helix-view/src/editor.rs +++ b/helix-view/src/editor.rs @@ -802,7 +802,7 @@ pub struct WhitespaceCharacters { impl Default for WhitespaceCharacters { fn default() -> Self { Self { - space: '·', // U+00B7 + space: '·', // U+00B7 nbsp: '⍽', // U+237D nnbsp: '␣', // U+2423 tab: '→', // U+2192