From c9eed9d010a2b6e22093da8a733d1501b6f14fd5 Mon Sep 17 00:00:00 2001 From: Von Random Date: Mon, 11 Nov 2024 14:14:14 +0200 Subject: [PATCH] helix: cosmetics, hotkeys --- cli/.config/helix/config.toml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cli/.config/helix/config.toml b/cli/.config/helix/config.toml index acc49d6..b24c111 100644 --- a/cli/.config/helix/config.toml +++ b/cli/.config/helix/config.toml @@ -3,9 +3,18 @@ theme = "gruvbox" [editor] true-color = true line-number = "relative" -cursorline = true [editor.cursor-shape] normal = "block" insert = "bar" select = "underline" + +[editor.indent-guides] +render = true + +[editor.soft-wrap] +enable = true + +[keys.normal.space] +z = ":toggle-option whitespace.render all none" +x = ":toggle-option cursorline"