summaryrefslogtreecommitdiffstats
path: root/config/helix/config.toml
diff options
context:
space:
mode:
Diffstat (limited to 'config/helix/config.toml')
-rw-r--r--config/helix/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/helix/config.toml b/config/helix/config.toml
index d9bb4f1..c7ce01f 100644
--- a/config/helix/config.toml
+++ b/config/helix/config.toml
@@ -9,6 +9,10 @@ true-color = true
[editor.soft-wrap]
enable = true
+[editor.indent-guides]
+render = true
+character = "βΈ½"
+
[keys.normal]
tab = ":w"
"|" = ":q"