From 317f408101fd4a41b3e10d4931d8842895a610ba Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 3 Apr 2023 11:27:51 -0400 Subject: configure soft wrap for new helix version --- config/helix/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/helix/config.toml') 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" -- cgit v1.2.3-54-g00ecf