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.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/helix/config.toml b/config/helix/config.toml
index b388eb6..d9bb4f1 100644
--- a/config/helix/config.toml
+++ b/config/helix/config.toml
@@ -6,6 +6,9 @@ auto-info = false
color-modes = true
true-color = true
+[editor.soft-wrap]
+enable = true
+
[keys.normal]
tab = ":w"
"|" = ":q"