From 8fc03200c6cc8715b5bac4409a084184600dfd93 Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Fri, 14 Oct 2022 15:54:12 -0500 Subject: [PATCH] Add keybind to show/hide whitespace in helix --- helix/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/helix/config.toml b/helix/config.toml index c4102e3..70624bf 100644 --- a/helix/config.toml +++ b/helix/config.toml @@ -16,3 +16,4 @@ smart-case = false [keys.normal] C-r = ":config-reload" +_ = { _ = ":set whitespace.render all", "+" = ":set whitespace.render none" }