From 165c7c04f48487187fb970af35758c6fa5a62772 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Sat, 31 Aug 2024 10:43:02 +0200 Subject: [PATCH] home: Use correct key names for Helix --- home/config/nil/editor.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/config/nil/editor.nix b/home/config/nil/editor.nix index 42e99c2..4f221cf 100644 --- a/home/config/nil/editor.nix +++ b/home/config/nil/editor.nix @@ -54,8 +54,8 @@ N = "join_selections"; A-N = "join_selections_space"; - semicolon = "search_next"; - colon = "search_prev"; + ";" = "search_next"; + ":" = "search_prev"; }; }; };