From 675a639a525c39ffe71ba1addf2d1bced56f5f16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Eug=C3=AAnio?= Date: Sat, 16 Jul 2022 15:49:57 -0300 Subject: [PATCH] show all whitespace --- user/home.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/user/home.nix b/user/home.nix index 956c873..2ba6d75 100644 --- a/user/home.nix +++ b/user/home.nix @@ -106,8 +106,8 @@ in { editor = { whitespace.render = "all"; whitespace.characters = { - space = " "; - tab = "▏"; + space = "·"; + tab = "→"; newline = "¬"; }; }; @@ -133,6 +133,9 @@ in { g.n = "goto_line_start"; g.o = "goto_line_start"; }; + keys.insert = { + "A-k" = "normal_mode"; + }; }; }; home.sessionVariables = {